mirror of https://github.com/FFmpeg/FFmpeg.git
"-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>pull/89/merge
parent
066b92e91d
commit
c3a73666ad
4 changed files with 18 additions and 6 deletions
@ -0,0 +1,5 @@ |
||||
d5c88cf38416329a052a9b0cb140fb4c *tests/data/fate/gapless-mp3-toc.out-1 |
||||
c96c3ae7bd3300fd2f4debac222de5b7 |
||||
3386bc2009b31b7ef39247918cbb02a5 *tests/data/fate/gapless-mp3-toc.out-2 |
||||
c96c3ae7bd3300fd2f4debac222de5b7 |
||||
70e7cd7f2b6365e7f48ed206113f06fc *tests/data/fate/gapless-mp3-toc.out-3 |
Loading…
Reference in new issue