]> git.sesse.net Git - ffmpeg/commit
fate: gapless: fix mp3 tests
authorwm4 <nfxjfg@googlemail.com>
Mon, 20 Apr 2015 17:36:52 +0000 (19:36 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 20 Apr 2015 17:50:58 +0000 (19:50 +0200)
commit1e2e22ec616b4a7adb1091d2466e8b5aeb04e7b3
tree1f532eb29086b785cb681c2c826150e18371e6ce
parentbac7084fbd372676b6a4c7c1ab487640d4f945de
fate: gapless: fix mp3 tests

Seeking to a negative time did not have the desired effect of seeking to
the next valid position (the file start). On the other hand, just
"-ss 0" will normally seek to a position higher than 0, because it adds
the start time of the file. (The start time is not 0 because the gapless
code skips a few samples from the start.)

Fix this by using the "-seek_timestamp 1" option, which makes "-ss 0" do
what you'd expect it would do.

Also put the -ss option at the right place, before -i. This actually
makes it seek, instead of something completely else. The ".out-3" test
is no different in the -usetoc 0/1 cases, because the seeking is
inaccurate (in both cases).

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tests/fate-run.sh
tests/ref/fate/gapless-mp3
tests/ref/fate/gapless-mp3-notoc