avformat/m4vdec: mark as possibly containing discontinuities
This will be needed for the resolution change mpeg4 test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bbd8c85263
commit
1aed82846c
@ -56,5 +56,5 @@ static int mpeg4video_probe(AVProbeData *probe_packet)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
FF_DEF_RAWVIDEO_DEMUXER(m4v, "raw MPEG-4 video", mpeg4video_probe, "m4v",
|
FF_DEF_RAWVIDEO_DEMUXER2(m4v, "raw MPEG-4 video", mpeg4video_probe, "m4v",
|
||||||
AV_CODEC_ID_MPEG4)
|
AV_CODEC_ID_MPEG4, AVFMT_GENERIC_INDEX | AVFMT_TS_DISCONT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user