summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_internal.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_internal.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_internal.h')
-rw-r--r--libavutil/hwcontext_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavutil/hwcontext_internal.h b/libavutil/hwcontext_internal.h
index f6fb67c491..e6266494ac 100644
--- a/libavutil/hwcontext_internal.h
+++ b/libavutil/hwcontext_internal.h
@@ -109,12 +109,6 @@ struct AVHWDeviceInternal {
* context it was derived from.
*/
AVBufferRef *source_device;
-
- /**
- * An array of reference to device contexts which
- * were derived from this device.
- */
- AVBufferRef *derived_devices[AV_HWDEVICE_TYPE_NB];
};
struct AVHWFramesInternal {