Mercurial > libavcodec.hg
changeset 10750:a0925d1d3f7b libavcodec
Remove unnecessary forward declaration for msmpeg4_memsetw().
author | diego |
---|---|
date | Wed, 30 Dec 2009 13:48:03 +0000 |
parents | 5cca4b6c459d |
children | 74e8feb81c6d |
files | msmpeg4.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/msmpeg4.c Wed Dec 30 11:33:59 2009 +0000 +++ b/msmpeg4.c Wed Dec 30 13:48:03 2009 +0000 @@ -62,7 +62,6 @@ 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);