summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avcodec_internal.h')
-rw-r--r--libavcodec/avcodec_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec_internal.h b/libavcodec/avcodec_internal.h
index 9b93ff3d81..4d1cb3a314 100644
--- a/libavcodec/avcodec_internal.h
+++ b/libavcodec/avcodec_internal.h
@@ -56,4 +56,6 @@ void ff_encode_flush_buffers(struct AVCodecContext *avctx);
struct AVCodecInternal *ff_decode_internal_alloc(void);
struct AVCodecInternal *ff_encode_internal_alloc(void);
+void ff_codec_close(struct AVCodecContext *avctx);
+
#endif // AVCODEC_AVCODEC_INTERNAL_H