Browse Source

warnings--

Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 18 years ago
parent
commit
19f4cecafa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/oggparsevorbis.c

+ 1
- 1
libavformat/oggparsevorbis.c View File

@@ -140,7 +140,7 @@ typedef struct {


static unsigned int static unsigned int
fixup_vorbis_headers(AVFormatContext * as, oggvorbis_private_t *priv, fixup_vorbis_headers(AVFormatContext * as, oggvorbis_private_t *priv,
void **buf)
uint8_t **buf)
{ {
int i,offset, len; int i,offset, len;
unsigned char *ptr; unsigned char *ptr;


Loading…
Cancel
Save