[FFmpeg-cvslog] r20976 - trunk/libavcodec/msmpeg4.c
diego
subversion
Wed Dec 30 14:48:03 CET 2009
Author: diego
Date: Wed Dec 30 14:48:03 2009
New Revision: 20976
Log:
Remove unnecessary forward declaration for msmpeg4_memsetw().
Modified:
trunk/libavcodec/msmpeg4.c
Modified: trunk/libavcodec/msmpeg4.c
==============================================================================
--- trunk/libavcodec/msmpeg4.c Wed Dec 30 12:33:59 2009 (r20975)
+++ trunk/libavcodec/msmpeg4.c Wed Dec 30 14:48:03 2009 (r20976)
@@ -62,7 +62,6 @@ static uint32_t v2_dc_chroma_table[512][
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);
More information about the ffmpeg-cvslog
mailing list