mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
vaapi_encode: Add VP8 support
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -2243,6 +2243,8 @@ vc1_qsv_decoder_deps="libmfx"
|
||||
vc1_qsv_decoder_select="qsvdec vc1_qsv_hwaccel vc1_parser"
|
||||
vp8_qsv_decoder_deps="libmfx"
|
||||
vp8_qsv_decoder_select="qsvdec vp8_qsv_hwaccel vp8_parser"
|
||||
vp8_vaapi_encoder_deps="VAEncPictureParameterBufferVP8"
|
||||
vp8_vaapi_encoder_select="vaapi_encode"
|
||||
|
||||
nvenc_h264_encoder_select="h264_nvenc_encoder"
|
||||
nvenc_hevc_encoder_select="hevc_nvenc_encoder"
|
||||
@@ -4594,6 +4596,7 @@ check_type "va/va.h va/va_enc_h264.h" "VAEncPictureParameterBufferH264"
|
||||
check_type "va/va.h va/va_enc_hevc.h" "VAEncPictureParameterBufferHEVC"
|
||||
check_type "va/va.h va/va_enc_jpeg.h" "VAEncPictureParameterBufferJPEG"
|
||||
check_type "va/va.h va/va_enc_mpeg2.h" "VAEncPictureParameterBufferMPEG2"
|
||||
check_type "va/va.h va/va_enc_vp8.h" "VAEncPictureParameterBufferVP8"
|
||||
|
||||
check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user