mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 03:13:18 +00:00
const
Originally committed as revision 11761 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
10313fe08e
commit
fbdad670e4
@ -322,7 +322,7 @@ static int decode_slice(MpegEncContext *s){
|
||||
|
||||
int ff_h263_decode_frame(AVCodecContext *avctx,
|
||||
void *data, int *data_size,
|
||||
uint8_t *buf, int buf_size)
|
||||
const uint8_t *buf, int buf_size)
|
||||
{
|
||||
MpegEncContext *s = avctx->priv_data;
|
||||
int ret;
|
||||
|
@ -817,7 +817,7 @@ int ff_h261_get_picture_format(int width, int height);
|
||||
int ff_h263_decode_init(AVCodecContext *avctx);
|
||||
int ff_h263_decode_frame(AVCodecContext *avctx,
|
||||
void *data, int *data_size,
|
||||
uint8_t *buf, int buf_size);
|
||||
const uint8_t *buf, int buf_size);
|
||||
int ff_h263_decode_end(AVCodecContext *avctx);
|
||||
void h263_encode_mb(MpegEncContext *s,
|
||||
DCTELEM block[6][64],
|
||||
|
Loading…
Reference in New Issue
Block a user