• Michael Niedermayer's avatar
    update seek regressions for r9917 · a3be5e58
    Michael Niedermayer authored
    (correct initial timestamps which have AV_NOPTS_VALUE)
    
    sorry, i will rm tests/seek_test ; make ; make seektest from now on
    
    Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE)
    by values starting from -frame_duration or another guessed value.
    After r9917 lavf buffers packets until it finds a known timestamp or it buffered
    too much, it will then correct the previous unknown timestamps in the buffer exactly.
    For the seek tests that meant that a few initial timestamps would get changed.
    If no packet in the whole stream contains a timestamp then all timestamps
    will be changed by first_frame_duration or so as 0 is used instead of
    -frame_duration as startpoint ...
    
    Originally committed as revision 9949 to svn://svn.ffmpeg.org/ffmpeg/trunk
    a3be5e58
Name
Last commit
Last update
..
audiogen.c Loading commit data...
ffmpeg.regression.ref Loading commit data...
ffserver.regression.ref Loading commit data...
lena.pnm Loading commit data...
libav.regression.ref Loading commit data...
regression.sh Loading commit data...
rotozoom.c Loading commit data...
rotozoom.regression.ref Loading commit data...
seek.regression.ref Loading commit data...
seek_test.c Loading commit data...
seek_test.sh Loading commit data...
server-regression.sh Loading commit data...
test.conf Loading commit data...
tiny_psnr.c Loading commit data...
videogen.c Loading commit data...