From a082ac412520cd5d812bd57e5ccdad2af557125b Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 15 Feb 2012 11:44:31 +0200 Subject: mpegvideo: Remove a leftover function declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/mpegvideo_common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/mpegvideo_common.h') diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 9f6307ea7c..faa50e6ef0 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -41,12 +41,6 @@ int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); -/** - * Allocate a Picture. - * The pixels are allocated/set by calling get_buffer() if shared = 0. - */ -int alloc_picture(MpegEncContext *s, Picture *pic, int shared); - /** * Set the given MpegEncContext to common defaults (same for encoding and decoding). * The changed fields will not depend upon the prior state of the MpegEncContext. -- cgit v1.2.3