kill a bunch of compiler warnings
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct UltimotionDecodeContext {
|
||||
AVCodecContext *avctx;
|
||||
int width, height, blocks;
|
||||
AVFrame frame;
|
||||
uint8_t *ulti_codebook;
|
||||
const uint8_t *ulti_codebook;
|
||||
} UltimotionDecodeContext;
|
||||
|
||||
static int ulti_decode_init(AVCodecContext *avctx)
|
||||
|
||||
Reference in New Issue
Block a user