diff oggparsevorbis.c @ 1332:7474cc6383d4 libavformat

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents 91677ac6fb19
children b1a13cba29f8
line wrap: on
line diff
--- a/oggparsevorbis.c	Wed Sep 27 19:39:41 2006 +0000
+++ b/oggparsevorbis.c	Wed Sep 27 19:47:39 2006 +0000
@@ -29,7 +29,7 @@
 #include "ogg2.h"
 
 extern int
-vorbis_comment (AVFormatContext * as, char *buf, int size)
+vorbis_comment (AVFormatContext * as, uint8_t *buf, int size)
 {
     char *p = buf;
     int s, n, j;