comparison h263dec.c @ 350:6ebbecc10063 libavcodec

- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. - Bug fix H.263+ AIC tables. - Warning fixes.
author pulento
date Thu, 02 May 2002 04:39:45 +0000
parents 3c5266cda02d
children 386f430e93f4
comparison
equal deleted inserted replaced
349:34f6c77ff01a 350:6ebbecc10063
26 //#define DEBUG 26 //#define DEBUG
27 27
28 static int h263_decode_init(AVCodecContext *avctx) 28 static int h263_decode_init(AVCodecContext *avctx)
29 { 29 {
30 MpegEncContext *s = avctx->priv_data; 30 MpegEncContext *s = avctx->priv_data;
31 int i;
32 31
33 s->avctx = avctx; 32 s->avctx = avctx;
34 s->out_format = FMT_H263; 33 s->out_format = FMT_H263;
35 34
36 s->width = avctx->width; 35 s->width = avctx->width;