comparison dv.c @ 862:058194d7ade6 libavcodec

* fixing some minor const warnings
author kabi
date Tue, 12 Nov 2002 15:00:04 +0000
parents eacc2dd8fd9d
children 6eda806efda9
comparison
equal deleted inserted replaced
861:243cc33da3eb 862:058194d7ade6
493 static int dvvideo_decode_frame(AVCodecContext *avctx, 493 static int dvvideo_decode_frame(AVCodecContext *avctx,
494 void *data, int *data_size, 494 void *data, int *data_size,
495 UINT8 *buf, int buf_size) 495 UINT8 *buf, int buf_size)
496 { 496 {
497 DVVideoDecodeContext *s = avctx->priv_data; 497 DVVideoDecodeContext *s = avctx->priv_data;
498 int sct, dsf, apt, ds, nb_dif_segs, vs, size, width, height, i, packet_size; 498 int sct, dsf, apt, ds, nb_dif_segs, vs, width, height, i, packet_size;
499 unsigned size;
499 UINT8 *buf_ptr; 500 UINT8 *buf_ptr;
500 const UINT16 *mb_pos_ptr; 501 const UINT16 *mb_pos_ptr;
501 AVPicture *picture; 502 AVPicture *picture;
502 503
503 /* parse id */ 504 /* parse id */