Browse Source

const

Originally committed as revision 11786 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
8c4bd28bec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vorbis_dec.c

+ 1
- 1
libavcodec/vorbis_dec.c View File

@@ -1579,7 +1579,7 @@ static int vorbis_parse_audio_packet(vorbis_context *vc) {

static int vorbis_decode_frame(AVCodecContext *avccontext,
void *data, int *data_size,
uint8_t *buf, int buf_size)
const uint8_t *buf, int buf_size)
{
vorbis_context *vc = avccontext->priv_data ;
GetBitContext *gb = &(vc->gb);


Loading…
Cancel
Save