Commit 417917f6 authored by diego's avatar diego

Remove unnecessary forward declaration for msmpeg4_memsetw().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20976 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e9618db4
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment