OSDN Git Service

Add CLI version info to the --preset-list option
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 4 Dec 2010 21:23:48 +0000 (21:23 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 4 Dec 2010 21:23:48 +0000 (21:23 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3702 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 69b1b03..d428609 100644 (file)
@@ -2656,6 +2656,8 @@ static void ShowHelp()
  ****************************************************************************/
 static void ShowPresets()
 {
+       fprintf( stderr, "%s - %s - %s\n", HB_PROJECT_TITLE, HB_PROJECT_BUILD_TITLE, HB_PROJECT_URL_WEBSITE );
+       
        printf("\n< Apple\n");
        
     printf("\n   + Universal:  -e x264  -q 20.0 -a 1,1 -E faac,copy:ac3 -B 160,160 -6 dpl2,auto -R Auto,Auto -D 0.0,0.0 -f mp4 -X 720 --loose-anamorphic -m -x cabac=0:ref=2:me=umh:bframes=0:weightp=0:8x8dct=0:trellis=0:subme=6\n");
@@ -2889,6 +2891,7 @@ static int ParseOptions( int argc, char ** argv )
             case 'v':
                 if( optarg != NULL )
                 {
+                                       printf("#################adnfkjsdnfkj");
                     debug = atoi( optarg );
                 }
                 else