[FFmpeg-cvslog] r20986 - trunk/libavcodec/msmpeg4.c
diego
subversion
Thu Dec 31 02:27:47 CET 2009
Author: diego
Date: Thu Dec 31 02:27:47 2009
New Revision: 20986
Log:
Remove unused function msmpeg4_memsetw().
It is an exact duplicate of memsetw() in h263.c.
Modified:
trunk/libavcodec/msmpeg4.c
Modified: trunk/libavcodec/msmpeg4.c
==============================================================================
--- trunk/libavcodec/msmpeg4.c Thu Dec 31 02:08:10 2009 (r20985)
+++ trunk/libavcodec/msmpeg4.c Thu Dec 31 02:27:47 2009 (r20986)
@@ -1588,13 +1588,6 @@ int msmpeg4_decode_ext_header(MpegEncCon
return 0;
}
-static inline void msmpeg4_memsetw(short *tab, int val, int n)
-{
- int i;
- for(i=0;i<n;i++)
- tab[i] = val;
-}
-
static int msmpeg4_decode_dc(MpegEncContext * s, int n, int *dir_ptr)
{
int level, pred;
More information about the ffmpeg-cvslog
mailing list