mirror of https://git.ffmpeg.org/ffmpeg.git
warnings--
Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4bd684bc2f
commit
19f4cecafa
|
@ -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…
Reference in New Issue