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,
|
static int vorbis_decode_frame(AVCodecContext *avccontext,
|
||||||
void *data, int *data_size,
|
void *data, int *data_size,
|
||||||
uint8_t *buf, int buf_size)
|
const uint8_t *buf, int buf_size)
|
||||||
{
|
{
|
||||||
vorbis_context *vc = avccontext->priv_data ;
|
vorbis_context *vc = avccontext->priv_data ;
|
||||||
GetBitContext *gb = &(vc->gb);
|
GetBitContext *gb = &(vc->gb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user