diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-04-22 12:24:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-22 19:28:07 +0200 |
commit | 53ff9a4ec9ce1ab4ff2ab92479b885260ff5cf4c (patch) | |
tree | 66c3d9f81e615abc52abcff4b04408236d257f0a /tests/fate/gapless.mak | |
parent | 5adee9c0af747774c34b2f4dffbeba23ee593962 (diff) | |
download | ffmpeg-53ff9a4ec9ce1ab4ff2ab92479b885260ff5cf4c.tar.gz |
fate: gapless: remove useless tests
These could be kept, but they are not overly useful. The only thing they
had over the remaining mp3 gapless test was seeking, which was incorrect
in the toc test, and only by chance correct in the notoc test.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/gapless.mak')
-rw-r--r-- | tests/fate/gapless.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/fate/gapless.mak b/tests/fate/gapless.mak index f0f5fd03d7..2fb005f3c1 100644 --- a/tests/fate/gapless.mak +++ b/tests/fate/gapless.mak @@ -1,7 +1,5 @@ -FATE_GAPLESS-$(CONFIG_MP3_DEMUXER) += fate-gapless-mp3 fate-gapless-mp3-toc fate-gapless-mp3-notoc +FATE_GAPLESS-$(CONFIG_MP3_DEMUXER) += fate-gapless-mp3 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" FATE_GAPLESS = $(FATE_GAPLESS-yes) |