You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -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,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user