Commit 0028da36 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mpjpegdec: add AVFMT_NOTIMESTAMPS

there are no timestamps being set, thus do not attempt to collect any
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6dc1d5f8
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment