diff h263.c @ 468:1e23eae32087 libavcodec

Minor warning cleanup.
author mellum
date Mon, 03 Jun 2002 11:16:11 +0000
parents 69876443a723
children a5dd4eae1f0c
line wrap: on
line diff
--- a/h263.c	Mon Jun 03 07:58:35 2002 +0000
+++ b/h263.c	Mon Jun 03 11:16:11 2002 +0000
@@ -1017,7 +1017,7 @@
     }
 }
 
-static void init_uni_dc_tab()
+static void init_uni_dc_tab(void)
 {
     int level, uni_code, uni_len;
 
@@ -1367,7 +1367,6 @@
 {
     int a, b, c, wrap, pred, scale;
     UINT16 *dc_val;
-    int dummy;
 
     /* find prediction */
     if (n < 4) {