summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2022-01-05 11:52:07 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2022-01-05 11:56:58 +0800
commit7c6f9b9d638a9ae6020c8a388d5a6f2a89620663 (patch)
tree0da5f31b4b67a9b1895fdef0c1ee5c5d4d5bfca5 /libavutil/hwcontext.h
parent8d4c0c8823194c71bb825f2ccd28b912f3791e08 (diff)
Revert "avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions"
This reverts commit a4289497755386435783774a4f520eb7fc23cbc9. There were objections on ML (see https://ffmpeg.org/pipermail/ffmpeg-devel/2021-December/290530.html) Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'libavutil/hwcontext.h')
-rw-r--r--libavutil/hwcontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h
index 0979fa2715..04d19d89c2 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -37,7 +37,6 @@ enum AVHWDeviceType {
AV_HWDEVICE_TYPE_OPENCL,
AV_HWDEVICE_TYPE_MEDIACODEC,
AV_HWDEVICE_TYPE_VULKAN,
- AV_HWDEVICE_TYPE_NB, ///< number of hw device types, not part of API/ABI.
};
typedef struct AVHWDeviceInternal AVHWDeviceInternal;