comparison flashsv.c @ 6236:0ea69b824ce7 libavcodec

const
author michael
date Fri, 01 Feb 2008 04:16:26 +0000
parents f99e40a7155b
children 48759bfbd073
comparison
equal deleted inserted replaced
6235:d1caba97fc63 6236:0ea69b824ce7
100 } 100 }
101 101
102 102
103 static int flashsv_decode_frame(AVCodecContext *avctx, 103 static int flashsv_decode_frame(AVCodecContext *avctx,
104 void *data, int *data_size, 104 void *data, int *data_size,
105 uint8_t *buf, int buf_size) 105 const uint8_t *buf, int buf_size)
106 { 106 {
107 FlashSVContext *s = avctx->priv_data; 107 FlashSVContext *s = avctx->priv_data;
108 int h_blocks, v_blocks, h_part, v_part, i, j; 108 int h_blocks, v_blocks, h_part, v_part, i, j;
109 GetBitContext gb; 109 GetBitContext gb;
110 110