summaryrefslogtreecommitdiff
path: root/tests/seek_test.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-05 19:41:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-05 19:41:36 +0000
commita3be5e589b4e483463cf9ff41a29af788de46047 (patch)
treec699fbffa920e2baebc9e2612ebc28db716d37aa /tests/seek_test.sh
parent01f354531df433824ac8c2e63ba42a5b5fd8e839 (diff)
update seek regressions for r9917
(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
Diffstat (limited to 'tests/seek_test.sh')
0 files changed, 0 insertions, 0 deletions