]> granicus.if.org Git - handbrake/commitdiff
CLI: Use default audio settings of 160kbps @ 48kHz, just like the MacGui and WinGui.
authorjbrjake <jb.rubin@gmail.com>
Fri, 30 May 2008 18:24:00 +0000 (18:24 +0000)
committerjbrjake <jb.rubin@gmail.com>
Fri, 30 May 2008 18:24:00 +0000 (18:24 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1474 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 28c39fdaa7bce2865216edbebae4f869afd9e474..f4e41545271af00258b9cb9eec8ebd6f7e3bbcf8 100644 (file)
@@ -55,8 +55,8 @@ static char * arates      = NULL;
 static char * abitrates   = NULL;
 static char * acodecs     = NULL;
 static int    default_acodec = HB_ACODEC_FAAC;
-static int    default_arate = 44100;
-static int    default_abitrate = 128;
+static int    default_arate = 48000;
+static int    default_abitrate = 160;
 static int    sub         = 0;
 static int    width       = 0;
 static int    height      = 0;