mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-03 06:27:44 +08:00
const
Originally committed as revision 11751 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -373,7 +373,7 @@ static int g726_encode_frame(AVCodecContext *avctx,
|
|||||||
|
|
||||||
static int g726_decode_frame(AVCodecContext *avctx,
|
static int g726_decode_frame(AVCodecContext *avctx,
|
||||||
void *data, int *data_size,
|
void *data, int *data_size,
|
||||||
uint8_t *buf, int buf_size)
|
const uint8_t *buf, int buf_size)
|
||||||
{
|
{
|
||||||
AVG726Context *c = avctx->priv_data;
|
AVG726Context *c = avctx->priv_data;
|
||||||
short *samples = data;
|
short *samples = data;
|
||||||
|
Reference in New Issue
Block a user