aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hwconfig.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-28 11:48:04 +0200
committerLynne <dev@lynne.ee>2023-05-29 00:41:27 +0200
commit3d2e1aa3242d6c4dc2b3a004b316921ce7e0ba79 (patch)
treeb77e0e6ddca339e1b6bfb7594c3801fd3f2bd472 /libavcodec/hwconfig.h
parenta4611e3170b7f5240f719465d8033ab33a34cd70 (diff)
downloadffmpeg-3d2e1aa3242d6c4dc2b3a004b316921ce7e0ba79.tar.gz
lavc/decode: stop duplicating code from hwaccel_uninit()
Diffstat (limited to 'libavcodec/hwconfig.h')
-rw-r--r--libavcodec/hwconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hwconfig.h b/libavcodec/hwconfig.h
index 721424912c..f03b744cdf 100644
--- a/libavcodec/hwconfig.h
+++ b/libavcodec/hwconfig.h
@@ -39,6 +39,7 @@ typedef struct AVCodecHWConfigInternal {
const AVHWAccel *hwaccel;
} AVCodecHWConfigInternal;
+void ff_hwaccel_uninit(AVCodecContext *avctx);
// These macros are used to simplify AVCodecHWConfigInternal definitions.