diff ogg2.c @ 1332:7474cc6383d4 libavformat

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents d5d90b6f384c
children 4146500158b5
line wrap: on
line diff
--- a/ogg2.c	Wed Sep 27 19:39:41 2006 +0000
+++ b/ogg2.c	Wed Sep 27 19:47:39 2006 +0000
@@ -235,7 +235,7 @@
     uint32_t seq;
     uint32_t crc;
     int size, idx;
-    char sync[4];
+    uint8_t sync[4];
     int sp = 0;
 
     if (get_buffer (bc, sync, 4) < 4)