aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/hwcontext_internal.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_internal.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_internal.h')
-rw-r--r--libavutil/hwcontext_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext_internal.h b/libavutil/hwcontext_internal.h
index db23579c9e..dcfdc2016a 100644
--- a/libavutil/hwcontext_internal.h
+++ b/libavutil/hwcontext_internal.h
@@ -164,5 +164,6 @@ extern const HWContextType ff_hwcontext_type_videotoolbox;
extern const HWContextType ff_hwcontext_type_mediacodec;
extern const HWContextType ff_hwcontext_type_vulkan;
extern const HWContextType ff_hwcontext_type_amf;
+extern const HWContextType ff_hwcontext_type_oh;
#endif /* AVUTIL_HWCONTEXT_INTERNAL_H */