From 19f4cecafa8eeb51e3279da99b1b5d3c8edb3e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 24 Jun 2007 12:20:18 +0000 Subject: [PATCH] warnings-- Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggparsevorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c index 7231732328..a723bb2eca 100644 --- a/libavformat/oggparsevorbis.c +++ b/libavformat/oggparsevorbis.c @@ -140,7 +140,7 @@ typedef struct { static unsigned int fixup_vorbis_headers(AVFormatContext * as, oggvorbis_private_t *priv, - void **buf) + uint8_t **buf) { int i,offset, len; unsigned char *ptr;