avformat/oggparseopus: fix nb_headers
Line comes from ecab1c77410f023b437c6ed3a3281be8f039e574 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:
parent
fa7e9f9401
commit
522f78f8ea
@ -140,4 +140,5 @@ const struct ogg_codec ff_opus_codec = {
|
|||||||
.magicsize = 8,
|
.magicsize = 8,
|
||||||
.header = opus_header,
|
.header = opus_header,
|
||||||
.packet = opus_packet,
|
.packet = opus_packet,
|
||||||
|
.nb_header = 1,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user