summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-04-22 12:24:39 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-22 14:41:57 +0200
commit58fade2c68483d31f4bcaf1db49aafc45c2c3672 (patch)
treef4ea03ea8385f3c1fbb3a32a7760571c9e988276 /tests
parentc3a73666ad1eee93e49f25efae30fda5556c228e (diff)
avformat/mp3dec: make generic index mode the default
It's the most useful mode, because it seeks accurately, and does not break features like gapless audio. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/gapless.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/gapless.mak b/tests/fate/gapless.mak
index 93a878fadb..f0f5fd03d7 100644
--- a/tests/fate/gapless.mak
+++ b/tests/fate/gapless.mak
@@ -1,5 +1,5 @@
FATE_GAPLESS-$(CONFIG_MP3_DEMUXER) += fate-gapless-mp3 fate-gapless-mp3-toc fate-gapless-mp3-notoc
-fate-gapless-mp3: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3 "-usetoc 2"
+fate-gapless-mp3: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3
fate-gapless-mp3-toc: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3 "-usetoc 1"
fate-gapless-mp3-notoc: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3 "-usetoc 0"