diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-30 11:58:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-12-05 13:25:46 +0100 |
commit | c99307caee01441cfde24f3b7b0db3037b7022dc (patch) | |
tree | 443611216e860c68f089b5fd975e243cb763b499 /libavcodec/mpegvideo.h | |
parent | 0b0a7a751de02464a33717e70352f696372ba1c4 (diff) | |
download | ffmpeg-c99307caee01441cfde24f3b7b0db3037b7022dc.tar.gz |
mpegvideo: make frame_size_alloc() static.
It is not called from outside of mpegvideo.c anymore.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
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]); |