Commit 522f78f8 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/oggparseopus: fix nb_headers

Line comes from ecab1c77
and was not merged previously

Thanks-to: Nicolas George <george@nsup.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fa7e9f94
......@@ -140,4 +140,5 @@ const struct ogg_codec ff_opus_codec = {
.magicsize = 8,
.header = opus_header,
.packet = opus_packet,
.nb_header = 1,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment