diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 818ceeae7..30eeb4ddf 100644 --- a/test/test.c +++ b/test/test.c @@ -980,9 +980,10 @@ static int CheckOptions( int argc, char ** argv ) }
}
- if (acodec != HB_ACODEC_FAAC && acodec != HB_ACODEC_VORBIS)
+ if (acodec != HB_ACODEC_FAAC)
{
- /* only attempt 5.1 export if exporting to AAC or Vorbis */
+ /* only attempt 5.1 export if exporting to AAC or Vorbis */ + /* Vorbis doesn't seem to be quite ready yet */
surround = 0;
}
|