diff options
author | jstebbins <[email protected]> | 2009-06-05 17:02:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-05 17:02:46 +0000 |
commit | 2bed26b1894b9a01c67c8ad0279bdd94d73b704b (patch) | |
tree | 19b44817ffc39fc68ce82a42e3cae889ad59ba8b | |
parent | 2f9ec40139e97e6c468eb40e608629dab8a7d01f (diff) |
cli: remove unused variable that generated a compile warning
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2489 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | test/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 76d78c330..d956966e8 100644 --- a/test/test.c +++ b/test/test.c @@ -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; |