comparison oggparsevorbis.c @ 1332:7474cc6383d4 libavformat

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents 91677ac6fb19
children b1a13cba29f8
comparison
equal deleted inserted replaced
1331:d5d90b6f384c 1332:7474cc6383d4
27 #include "bitstream.h" 27 #include "bitstream.h"
28 #include "bswap.h" 28 #include "bswap.h"
29 #include "ogg2.h" 29 #include "ogg2.h"
30 30
31 extern int 31 extern int
32 vorbis_comment (AVFormatContext * as, char *buf, int size) 32 vorbis_comment (AVFormatContext * as, uint8_t *buf, int size)
33 { 33 {
34 char *p = buf; 34 char *p = buf;
35 int s, n, j; 35 int s, n, j;
36 36
37 if (size < 4) 37 if (size < 4)