OSDN Git Service

Removed saintdev's CLI patch to test.c to default the abitrate to 384 when no abitrat...
authormaurj <maurj@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 27 Mar 2007 22:09:28 +0000 (22:09 +0000)
committermaurj <maurj@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 27 Mar 2007 22:09:28 +0000 (22:09 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@459 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 5506cbd..818ceea 100644 (file)
@@ -984,13 +984,6 @@ static int CheckOptions( int argc, char ** argv )
                {\r
                        /* only attempt 5.1 export if exporting to AAC or Vorbis */\r
                        surround = 0;\r
-               } else {\r
-                   if (!abitrate && surround)\r
-                   {\r
-                       /* If we don't get a audio bitrate on the command line, and\r
-                          surround is being used, default to 384 */\r
-                       abitrate = 384;\r
-               }\r
         }\r
                \r
     }\r