• wm4's avatar
    fate: gapless: fix mp3 tests · 1e2e22ec
    wm4 authored
    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: 's avatarMichael Niedermayer <michaelni@gmx.at>
    1e2e22ec
Name
Last commit
Last update
..
fate Loading commit data...
filtergraphs Loading commit data...
ref Loading commit data...
Makefile Loading commit data...
audiogen.c Loading commit data...
base64.c Loading commit data...
copycooker.sh Loading commit data...
fate-run.sh Loading commit data...
fate-valgrind.supp Loading commit data...
fate.sh Loading commit data...
ffserver-regression.sh Loading commit data...
ffserver.conf Loading commit data...
ffserver.regression.ref Loading commit data...
lavf-regression.sh Loading commit data...
md5.sh Loading commit data...
reference.pnm Loading commit data...
regression-funcs.sh Loading commit data...
rotozoom.c Loading commit data...
test.ffmeta Loading commit data...
tiny_psnr.c Loading commit data...
tiny_ssim.c Loading commit data...
utils.c Loading commit data...
videogen.c Loading commit data...