comparison mpegvideo.h @ 6269:83cb2494fb8a libavcodec

const
author michael
date Fri, 01 Feb 2008 15:13:38 +0000
parents e830a3633548
children e6da66f378c7
comparison
equal deleted inserted replaced
6268:ce3cc7f7fb53 6269:83cb2494fb8a
815 815
816 /* h263.c, h263dec.c */ 816 /* h263.c, h263dec.c */
817 int ff_h263_decode_init(AVCodecContext *avctx); 817 int ff_h263_decode_init(AVCodecContext *avctx);
818 int ff_h263_decode_frame(AVCodecContext *avctx, 818 int ff_h263_decode_frame(AVCodecContext *avctx,
819 void *data, int *data_size, 819 void *data, int *data_size,
820 uint8_t *buf, int buf_size); 820 const uint8_t *buf, int buf_size);
821 int ff_h263_decode_end(AVCodecContext *avctx); 821 int ff_h263_decode_end(AVCodecContext *avctx);
822 void h263_encode_mb(MpegEncContext *s, 822 void h263_encode_mb(MpegEncContext *s,
823 DCTELEM block[6][64], 823 DCTELEM block[6][64],
824 int motion_x, int motion_y); 824 int motion_x, int motion_y);
825 void mpeg4_encode_mb(MpegEncContext *s, 825 void mpeg4_encode_mb(MpegEncContext *s,