lavf/av1dec: mark as notimestamps
This commit is contained in:
parent
2850584876
commit
e43be84c0f
@ -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…
x
Reference in New Issue
Block a user