Commit bbf1fd5f authored by michael's avatar michael

const


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b659a613
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment