avformat/oggparseopus: fix nb_headers

Line comes from ecab1c7741
and was not merged previously

Thanks-to: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-10-13 18:24:08 +02:00
parent fa7e9f9401
commit 522f78f8ea

View File

@ -140,4 +140,5 @@ const struct ogg_codec ff_opus_codec = {
.magicsize = 8,
.header = opus_header,
.packet = opus_packet,
.nb_header = 1,
};