summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2002-06-03 11:16:11 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2002-06-03 11:16:11 +0000
commit20695ec92112165f2a51dfc98ce55b532ea7313d (patch)
treee78c5662ce8e7770e8477f1f3e3c27a9f18599f3 /libavcodec/msmpeg4.c
parent8696b636452869c37cbe0725b40dfbdac4c41d2e (diff)
Minor warning cleanup.
Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r--libavcodec/msmpeg4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
index 2c4a31989a..157d4fa778 100644
--- a/libavcodec/msmpeg4.c
+++ b/libavcodec/msmpeg4.c
@@ -53,7 +53,7 @@ static int msmpeg4_decode_dc(MpegEncContext * s, int n, int *dir_ptr);
static int msmpeg4_decode_motion(MpegEncContext * s,
int *mx_ptr, int *my_ptr);
static void msmpeg4v2_encode_motion(MpegEncContext * s, int val);
-static void init_h263_dc_for_msmpeg4();
+static void init_h263_dc_for_msmpeg4(void);
extern UINT32 inverse[256];
@@ -698,7 +698,7 @@ static VLC v1_intra_cbpc_vlc;
static VLC v1_inter_cbpc_vlc;
/* this table is practically identical to the one from h263 except that its inverted */
-static void init_h263_dc_for_msmpeg4()
+static void init_h263_dc_for_msmpeg4(void)
{
static int inited=0;