diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /config/external/gkcodecs | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config/external/gkcodecs')
-rw-r--r-- | config/external/gkcodecs/gkcodecs.symbols | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/external/gkcodecs/gkcodecs.symbols b/config/external/gkcodecs/gkcodecs.symbols index 12cb274c70..8aa191be9e 100644 --- a/config/external/gkcodecs/gkcodecs.symbols +++ b/config/external/gkcodecs/gkcodecs.symbols @@ -98,6 +98,8 @@ opus_packet_get_nb_frames opus_packet_get_samples_per_frame opus_packet_parse opus_strerror +opus_multistream_encode_float +opus_multistream_surround_encoder_create # libtheora symbols th_comment_clear th_comment_init @@ -127,6 +129,19 @@ vorbis_synthesis_init vorbis_synthesis_pcmout vorbis_synthesis_read vorbis_synthesis_restart +vorbis_encode_ctl +vorbis_bitrate_addblock +vorbis_analysis_buffer +vorbis_analysis_blockout +vorbis_encode_setup_vbr +vorbis_analysis +vorbis_analysis_init +vorbis_analysis_headerout +vorbis_encode_setup_init +vorbis_encode_setup_managed +vorbis_comment_add_tag +vorbis_bitrate_flushpacket +vorbis_analysis_wrote # libvpx symbols #ifndef MOZ_SYSTEM_LIBVPX vpx_codec_build_config @@ -156,3 +171,4 @@ vpx_img_alloc vpx_img_free vpx_img_wrap #endif +# |