mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
const
Originally committed as revision 11786 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e37e53350e
commit
8c4bd28bec
@ -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…
Reference in New Issue
Block a user