diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-04-22 12:24:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-22 14:33:02 +0200 |
commit | c3a73666ad1eee93e49f25efae30fda5556c228e (patch) | |
tree | 210978d23d2b348ed4a096c12c77f17f92a56d5c /tests/ref/fate/gapless-mp3 | |
parent | 066b92e91d678f500c64c947d86cd8bf73ee6c61 (diff) | |
download | ffmpeg-c3a73666ad1eee93e49f25efae30fda5556c228e.tar.gz |
avformat/mp3dec: allow enabling generic seek mode
"-usetoc 2" now invokes the generic seek and indexing mode. This mode
skips data until the seek target is reached, and this is exact. It also
makes gapless audio actually work if a seek past the start of the file
is involved.
Change the fate-gapless-mp3 test to use the new mode, and move the old
one to fate-gapless-mp3-toc (since the test forces use of the Xing TOC).
The new mode has a different result for the seek - this result is
actually correct.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate/gapless-mp3')
-rw-r--r-- | tests/ref/fate/gapless-mp3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/gapless-mp3 b/tests/ref/fate/gapless-mp3 index 984ae8489d..e6a7a3387b 100644 --- a/tests/ref/fate/gapless-mp3 +++ b/tests/ref/fate/gapless-mp3 @@ -2,4 +2,4 @@ d5c88cf38416329a052a9b0cb140fb4c *tests/data/fate/gapless-mp3.out-1 c96c3ae7bd3300fd2f4debac222de5b7 3386bc2009b31b7ef39247918cbb02a5 *tests/data/fate/gapless-mp3.out-2 c96c3ae7bd3300fd2f4debac222de5b7 -70e7cd7f2b6365e7f48ed206113f06fc *tests/data/fate/gapless-mp3.out-3 +92e37f050ad4fc817730c8af17ee6d1b *tests/data/fate/gapless-mp3.out-3 |