summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_hevc.h
diff options
context:
space:
mode:
authorLinjie Fu <linjie.fu@intel.com>2023-02-16 13:46:35 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2023-02-27 13:42:06 +0800
commitfb1998f508598d02b8547ae4eadfc6649d4e476d (patch)
tree70b0102d51cd53bca09ca79ce5c3f5f346ed58da /libavcodec/vaapi_hevc.h
parent7373bb24f76f6e2b85a18ea4ffb395bd38e148a8 (diff)
downloadffmpeg-fb1998f508598d02b8547ae4eadfc6649d4e476d.tar.gz
lavc/vaapi_hevc: Add vaapi profile parse support for SCC
Note that Screen-Extended Main 4:4:4 and 4:4:4 10 supports chroma_format_idc from 0, 1 or 3, hence both 420 and 444 are supported. Signed-off-by: Linjie Fu <linjie.justin.fu@gmail.com> Signed-off-by: Fei Wang <fei.w.wang@intel.com>
Diffstat (limited to 'libavcodec/vaapi_hevc.h')
-rw-r--r--libavcodec/vaapi_hevc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi_hevc.h b/libavcodec/vaapi_hevc.h
index b3b0e6fc1e..449635d0d7 100644
--- a/libavcodec/vaapi_hevc.h
+++ b/libavcodec/vaapi_hevc.h
@@ -22,6 +22,6 @@
#include <va/va.h>
#include "avcodec.h"
-VAProfile ff_vaapi_parse_hevc_rext_profile(AVCodecContext *avctx);
+VAProfile ff_vaapi_parse_hevc_rext_scc_profile(AVCodecContext *avctx);
#endif /* AVCODEC_VAAPI_HEVC_H */