diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test.c b/test/test.c index 5506cbd11..818ceeae7 100644 --- a/test/test.c +++ b/test/test.c @@ -984,13 +984,6 @@ static int CheckOptions( int argc, char ** argv ) {
/* only attempt 5.1 export if exporting to AAC or Vorbis */
surround = 0;
- } else {
- if (!abitrate && surround)
- {
- /* If we don't get a audio bitrate on the command line, and
- surround is being used, default to 384 */
- abitrate = 384;
- }
}
}
|