summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-12-04 21:23:48 +0000
committersr55 <[email protected]>2010-12-04 21:23:48 +0000
commite49bbbc7d9948283f653b0c2ec7373f21992d32f (patch)
tree533bf1dbe24c80e5ed61ade28afa536c5871ebbb
parent80bbbc780308ef33328da29d524584a2bd3164d6 (diff)
Add CLI version info to the --preset-list option
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3702 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--test/test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 69b1b032e..d42860930 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