mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 03:18:55 +08:00
const
Originally committed as revision 11726 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -102,7 +102,7 @@ static int flashsv_decode_init(AVCodecContext *avctx)
|
|||||||
|
|
||||||
static int flashsv_decode_frame(AVCodecContext *avctx,
|
static int flashsv_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)
|
||||||
{
|
{
|
||||||
FlashSVContext *s = avctx->priv_data;
|
FlashSVContext *s = avctx->priv_data;
|
||||||
int h_blocks, v_blocks, h_part, v_part, i, j;
|
int h_blocks, v_blocks, h_part, v_part, i, j;
|
||||||
|
Reference in New Issue
Block a user