comparison vorbis_dec.c @ 6292:97a875069d54 libavcodec

const
author michael
date Fri, 01 Feb 2008 16:07:11 +0000
parents 2b0d16689147
children 48759bfbd073
comparison
equal deleted inserted replaced
6291:d498d28aa9da 6292:97a875069d54
1577 1577
1578 // Return the decoded audio packet through the standard api 1578 // Return the decoded audio packet through the standard api
1579 1579
1580 static int vorbis_decode_frame(AVCodecContext *avccontext, 1580 static int vorbis_decode_frame(AVCodecContext *avccontext,
1581 void *data, int *data_size, 1581 void *data, int *data_size,
1582 uint8_t *buf, int buf_size) 1582 const uint8_t *buf, int buf_size)
1583 { 1583 {
1584 vorbis_context *vc = avccontext->priv_data ; 1584 vorbis_context *vc = avccontext->priv_data ;
1585 GetBitContext *gb = &(vc->gb); 1585 GetBitContext *gb = &(vc->gb);
1586 1586
1587 int_fast16_t len; 1587 int_fast16_t len;