avcodec/opus/parse: export the packet and extradata parsing functions

Needed for the following commit.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2026-02-02 22:17:58 -03:00
parent 11e9a325ec
commit aa20d7b3e8
6 changed files with 141 additions and 40 deletions

3
configure vendored
View File

@@ -2724,6 +2724,7 @@ CONFIG_EXTRA="
msmpeg4dec
msmpeg4enc
mss34dsp
opusparse
pixblockdsp
qpeldsp
qsv
@@ -3183,6 +3184,7 @@ nellymoser_encoder_select="audio_frame_queue sinewin"
notchlc_decoder_select="lzf"
nuv_decoder_select="idctdsp"
opus_decoder_deps="swresample"
opus_decoder_select="opusparse"
opus_encoder_select="audio_frame_queue"
pdv_decoder_select="inflate_wrapper"
png_decoder_select="inflate_wrapper"
@@ -3637,6 +3639,7 @@ h264_parser_select="golomb h264dsp h264parse h264_sei"
hevc_parser_select="hevcparse hevc_sei"
mpegaudio_parser_select="mpegaudioheader"
mpeg4video_parser_select="mpegvideodec"
opus_parser_select="opusparse"
vc1_parser_select="vc1dsp"
vvc_parser_select="cbs_h266"