ffmpeg/tests/ref
Jonas Licht 59ad504696 libavformat/mov.c: use calculated dts offset when seeking in streams
Subtract the calculated dts offset from the requested timestamp before
seeking. This fixes an error "Error while filtering: Operation not
permitted" observed with a short file which contains only one key frame
and starts with negative timestamps.

Then, av_index_search_timestamp() returns a valid negative timestamp,
but mov_seek_stream bails out with AVERROR_INVALIDDATA.

Fixes ticket #6139.

Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de>
Signed-off-by: Peter Große <pegro@friiks.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-30 01:09:40 +01:00
..
acodec
fate fate: Add bitexact flag to the invalid-elst test. 2017-10-29 23:10:02 +01:00
lavf avformat/wavenc: skip writing incorrect peak-of-peaks position value 2017-10-26 08:29:41 +02:00
lavf-fate
seek libavformat/mov.c: use calculated dts offset when seeking in streams 2017-10-30 01:09:40 +01:00
vsynth swscale: more accurate DITHER_COPY macro for full and limited range 2017-10-23 23:00:05 +02:00
vsynth1
vsynth_lena