mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 20:42:19 +00:00
avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
12a073f72c
commit
a734fa92c8
@ -268,7 +268,7 @@ const AVInputFormat ff_evc_demuxer = {
|
||||
.read_packet = evc_read_packet, // annexb_read_packet
|
||||
.read_close = evc_read_close,
|
||||
.extensions = "evc",
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
.flags = AVFMT_GENERIC_INDEX | AVFMT_NOTIMESTAMPS,
|
||||
.flags_internal = FF_FMT_INIT_CLEANUP,
|
||||
.raw_codec_id = AV_CODEC_ID_EVC,
|
||||
.priv_data_size = sizeof(EVCDemuxContext),
|
||||
|
Loading…
Reference in New Issue
Block a user