mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 10:43:15 +00: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:
parent
fa7e9f9401
commit
522f78f8ea
@ -140,4 +140,5 @@ const struct ogg_codec ff_opus_codec = {
|
||||
.magicsize = 8,
|
||||
.header = opus_header,
|
||||
.packet = opus_packet,
|
||||
.nb_header = 1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user