Skip to content
Snippets Groups Projects
Commit 8c4bd28b authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

const

Originally committed as revision 11786 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e37e5335
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment