mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Make symbols direct to dav1d, not AOM.
This commit is contained in:
parent
94fec8f810
commit
d24d19307c
1 changed files with 9 additions and 9 deletions
|
|
@ -71,15 +71,15 @@ vpx_codec_set_frame_buffer_functions
|
|||
vpx_codec_enc_init_multi_ver
|
||||
#endif
|
||||
#ifdef MOZ_AV1
|
||||
aom_codec_av1_dx
|
||||
aom_codec_dec_init_ver
|
||||
aom_codec_decode
|
||||
aom_codec_destroy
|
||||
aom_codec_err_to_string
|
||||
aom_codec_get_frame
|
||||
aom_codec_peek_stream_info
|
||||
aom_img_alloc
|
||||
aom_img_free
|
||||
dav1d_default_settings
|
||||
dav1d_open
|
||||
dav1d_parse_sequence_header
|
||||
dav1d_send_data
|
||||
dav1d_get_picture
|
||||
dav1d_close
|
||||
dav1d_data_create
|
||||
dav1d_data_unref
|
||||
dav1d_picture_unref
|
||||
#endif
|
||||
#ifdef MOZ_JXL
|
||||
JxlDecoderCreate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue