From 840a6f1b7151d4a69196ecfb2b210999a6b53218 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 4 Dec 2010 21:23:48 +0000 Subject: [PATCH] Add CLI version info to the --preset-list option git-svn-id: svn://localhost/HandBrake/trunk@3702 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test.c b/test/test.c index 69b1b032..d4286093 100644 --- a/test/test.c +++ b/test/test.c @@ -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 -- 2.11.0