lavc/qsvdec: Add VVC decoder

Signed-off-by: Fei Wang <fei.w.wang@intel.com>
This commit is contained in:
Fei Wang
2024-06-14 16:28:54 +08:00
committed by Haihao Xiang
parent cf9c398fc1
commit d30a9fdc80
7 changed files with 16 additions and 3 deletions

View File

@@ -887,6 +887,7 @@ extern const FFCodec ff_vp9_mediacodec_encoder;
extern const FFCodec ff_vp9_qsv_decoder;
extern const FFCodec ff_vp9_vaapi_encoder;
extern const FFCodec ff_vp9_qsv_encoder;
extern const FFCodec ff_vvc_qsv_decoder;
// null codecs
extern const FFCodec ff_vnull_decoder;