diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2025-07-06 16:05:53 +0800 |
---|---|---|
committer | Zhao Zhili <zhilizhao@tencent.com> | 2025-07-18 14:45:13 +0800 |
commit | e7f44f8cd863d29e74a5604cfcdaba374d64735b (patch) | |
tree | 01ac5badf5af814d1e7bc56fa33630652ccf306a /configure | |
parent | fbda5ffb95382ed3b51a3577f9287c8eb548b0b7 (diff) | |
download | ffmpeg-e7f44f8cd863d29e74a5604cfcdaba374d64735b.tar.gz |
avcodec/ohdec: Add h264/hevc OpenHarmony decoders
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3411,6 +3411,8 @@ h264_mf_encoder_deps="mediafoundation" h264_mmal_decoder_deps="mmal" h264_nvenc_encoder_deps="nvenc" h264_nvenc_encoder_select="atsc_a53" +h264_oh_decoder_deps="ohcodec" +h264_oh_decoder_select="h264_mp4toannexb_bsf" h264_omx_encoder_deps="omx" h264_qsv_decoder_select="h264_mp4toannexb_bsf qsvdec" h264_qsv_encoder_select="atsc_a53 qsvenc" @@ -3433,6 +3435,8 @@ hevc_mediacodec_encoder_select="extract_extradata_bsf hevc_metadata" hevc_mf_encoder_deps="mediafoundation" hevc_nvenc_encoder_deps="nvenc" hevc_nvenc_encoder_select="atsc_a53" +hevc_oh_decoder_deps="ohcodec" +hevc_oh_decoder_select="hevc_mp4toannexb_bsf" hevc_qsv_decoder_select="hevc_mp4toannexb_bsf qsvdec" hevc_qsv_encoder_select="hevcparse qsvenc" hevc_rkmpp_decoder_deps="rkmpp" |