mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 09:52:17 +00:00
avformat/mpjpegdec: add AVFMT_NOTIMESTAMPS
there are no timestamps being set, thus do not attempt to collect any Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
6dc1d5f87c
commit
0028da36cd
@ -398,7 +398,8 @@ AVInputFormat ff_mpjpeg_demuxer = {
|
||||
.read_header = mpjpeg_read_header,
|
||||
.read_packet = mpjpeg_read_packet,
|
||||
.read_close = mpjpeg_read_close,
|
||||
.priv_class = &mpjpeg_demuxer_class
|
||||
.priv_class = &mpjpeg_demuxer_class,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user