summaryrefslogtreecommitdiff
path: root/libavcodec/libwebpenc_common.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-05-23 14:24:34 -0300
committerJames Almer <jamrial@gmail.com>2015-05-23 14:46:46 -0300
commit8952254ffe7f43a967a3be5fdd40e48d899c2e01 (patch)
treeda4b6e4824f3a88ee2a20299b2a4cceb4c961110 /libavcodec/libwebpenc_common.h
parent57d9788d1b06eb4a410ce27f3b589fdc847a21d5 (diff)
libwebp: simplify AVCodec.close functions
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libwebpenc_common.h')
-rw-r--r--libavcodec/libwebpenc_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/libwebpenc_common.h b/libavcodec/libwebpenc_common.h
index 7e653dab2b..e74e57939e 100644
--- a/libavcodec/libwebpenc_common.h
+++ b/libavcodec/libwebpenc_common.h
@@ -57,8 +57,6 @@ int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s,
const AVFrame *frame, AVFrame **alt_frame_ptr,
WebPPicture **pic_ptr);
-int ff_libwebp_encode_close_common(AVCodecContext *avctx);
-
#define OFFSET(x) offsetof(LibWebPContextCommon, x)
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
static const AVOption options[] = {