diff options
author | Måns Rullgård <mans@mansr.com> | 2007-06-24 12:20:18 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-06-24 12:20:18 +0000 |
commit | 19f4cecafa8eeb51e3279da99b1b5d3c8edb3e2e (patch) | |
tree | 8cb76e1c4103144c3688e3a333d8dfcf0c0a99cf | |
parent | 4bd684bc2f11e13cf8d7b5bc5d90543adba0c188 (diff) | |
download | ffmpeg-19f4cecafa8eeb51e3279da99b1b5d3c8edb3e2e.tar.gz |
warnings--
Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/oggparsevorbis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |