aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2025-07-06 16:05:38 +0800
committerZhao Zhili <zhilizhao@tencent.com>2025-07-18 14:44:39 +0800
commitfbda5ffb95382ed3b51a3577f9287c8eb548b0b7 (patch)
treecc1a58849100f2f194f74a4595dfcee66dc2e876 /libavutil/hwcontext.h
parent7b13d17b6d88190c49e887134bba6a43d716d50a (diff)
downloadffmpeg-fbda5ffb95382ed3b51a3577f9287c8eb548b0b7.tar.gz
avutil/hwcontext: Add ohcodec device and pixel format
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Diffstat (limited to 'libavutil/hwcontext.h')
-rw-r--r--libavutil/hwcontext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h
index 96042ba197..94fd11da73 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -39,6 +39,8 @@ enum AVHWDeviceType {
AV_HWDEVICE_TYPE_VULKAN,
AV_HWDEVICE_TYPE_D3D12VA,
AV_HWDEVICE_TYPE_AMF,
+ /* OpenHarmony Codec device */
+ AV_HWDEVICE_TYPE_OHCODEC,
};
/**