From c99307caee01441cfde24f3b7b0db3037b7022dc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 30 Nov 2013 11:58:42 +0100 Subject: mpegvideo: make frame_size_alloc() static. It is not called from outside of mpegvideo.c anymore. --- libavcodec/mpegvideo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mpegvideo.h') diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index af92799d49..b6fc1bb96b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -772,7 +772,6 @@ void ff_MPV_common_defaults(MpegEncContext *s); void ff_MPV_decode_defaults(MpegEncContext *s); int ff_MPV_common_init(MpegEncContext *s); -int ff_mpv_frame_size_alloc(MpegEncContext *s, int linesize); int ff_MPV_common_frame_size_change(MpegEncContext *s); void ff_MPV_common_end(MpegEncContext *s); void ff_MPV_decode_mb(MpegEncContext *s, int16_t block[12][64]); -- cgit v1.2.3