]> granicus.if.org Git - handbrake/commitdiff
cli: remove unused variable that generated a compile warning
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 5 Jun 2009 17:02:46 +0000 (17:02 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 5 Jun 2009 17:02:46 +0000 (17:02 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2489 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 76d78c3303d46213a3ae077a15783c5954d993bf..d956966e83a43689d537daf6d605f23bc51a186d 100644 (file)
@@ -59,7 +59,6 @@ static char * abitrates   = NULL;
 static char * acodecs     = NULL;
 static char * anames      = NULL;
 static int    default_acodec = HB_ACODEC_FAAC;
-static int    default_arate = 48000;
 static int    default_abitrate = 160;
 static int    sub         = 0;
 static int    width       = 0;