|
|
@ -287,7 +287,7 @@ const AVInputFormat ff_av1_demuxer = { |
|
|
|
.read_packet = annexb_read_packet, |
|
|
|
.read_packet = annexb_read_packet, |
|
|
|
.read_close = av1_read_close, |
|
|
|
.read_close = av1_read_close, |
|
|
|
.extensions = "obu", |
|
|
|
.extensions = "obu", |
|
|
|
.flags = AVFMT_GENERIC_INDEX, |
|
|
|
.flags = AVFMT_GENERIC_INDEX | AVFMT_NOTIMESTAMPS, |
|
|
|
.priv_class = &av1_demuxer_class, |
|
|
|
.priv_class = &av1_demuxer_class, |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif |
|
|
|
#endif |
|
|
@ -432,7 +432,7 @@ const AVInputFormat ff_obu_demuxer = { |
|
|
|
.read_packet = obu_read_packet, |
|
|
|
.read_packet = obu_read_packet, |
|
|
|
.read_close = av1_read_close, |
|
|
|
.read_close = av1_read_close, |
|
|
|
.extensions = "obu", |
|
|
|
.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, |
|
|
|
.priv_class = &av1_demuxer_class, |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|