From 941870cd35000fde07a261a7f913942b3592c7c0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 30 Dec 2009 13:48:03 +0000 Subject: [PATCH] Remove unnecessary forward declaration for msmpeg4_memsetw(). Originally committed as revision 20976 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/msmpeg4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index c94d2a2639..945efc5503 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -62,7 +62,6 @@ static uint32_t v2_dc_chroma_table[512][2]; static int msmpeg4_decode_dc(MpegEncContext * s, int n, int *dir_ptr); static void init_h263_dc_for_msmpeg4(void); -static inline void msmpeg4_memsetw(short *tab, int val, int n); #if CONFIG_ENCODERS static void msmpeg4v2_encode_motion(MpegEncContext * s, int val); static int get_size_of_code(MpegEncContext * s, RLTable *rl, int last, int run, int level, int intra);