]> granicus.if.org Git - handbrake/commitdiff
Changed HB_DEBUG_NONE back to HB_DEBUG_ALL in test.c for verbose option - I'd inadv...
authormaurj <handbrake@maurj.com>
Fri, 16 Feb 2007 08:30:47 +0000 (08:30 +0000)
committermaurj <handbrake@maurj.com>
Fri, 16 Feb 2007 08:30:47 +0000 (08:30 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@365 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 0675a630299aa1b834ac9b7bf38ff637d3f8f80a..a5cc8b045a2c2b4f576dd2321b314c4a8a8128c6 100644 (file)
@@ -652,7 +652,7 @@ static int ParseOptions( int argc, char ** argv )
                 update = 1;
                 break;
             case 'v':
-                debug = HB_DEBUG_NONE;
+                debug = HB_DEBUG_ALL;
                 break;
             case 'C':
                 cpu = atoi( optarg );