diff msmpeg4.c @ 3776:1843a85123b7 libavcodec

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents de0ed6497a13
children 20545fbb6f7c
line wrap: on
line diff
--- a/msmpeg4.c	Wed Sep 27 19:46:19 2006 +0000
+++ b/msmpeg4.c	Wed Sep 27 19:47:39 2006 +0000
@@ -630,7 +630,7 @@
                              uint16_t **dc_val_ptr, int *dir_ptr)
 {
     int a, b, c, wrap, pred, scale;
-    int16_t *dc_val;
+    uint16_t *dc_val;
 
     /* find prediction */
     if (n < 4) {