lavf/av1dec: mark as notimestamps

pull/389/head
Anton Khirnov 2 years ago
parent 2850584876
commit e43be84c0f
  1. 4
      libavformat/av1dec.c

@ -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

Loading…
Cancel
Save