You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/av1dec: mark as notimestamps
This commit is contained in:
@@ -287,7 +287,7 @@ const AVInputFormat ff_av1_demuxer = {
|
||||
.read_packet = annexb_read_packet,
|
||||
.read_close = av1_read_close,
|
||||
.extensions = "obu",
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
.flags = AVFMT_GENERIC_INDEX | AVFMT_NOTIMESTAMPS,
|
||||
.priv_class = &av1_demuxer_class,
|
||||
};
|
||||
#endif
|
||||
@@ -432,7 +432,7 @@ const AVInputFormat ff_obu_demuxer = {
|
||||
.read_packet = obu_read_packet,
|
||||
.read_close = av1_read_close,
|
||||
.extensions = "obu",
|
||||
.flags = AVFMT_GENERIC_INDEX | AVFMT_NO_BYTE_SEEK,
|
||||
.flags = AVFMT_GENERIC_INDEX | AVFMT_NO_BYTE_SEEK | AVFMT_NOTIMESTAMPS,
|
||||
.priv_class = &av1_demuxer_class,
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user