comparison rv10.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 9f6071a87e17
children fce0a2520551
comparison
equal deleted inserted replaced
349:34f6c77ff01a 350:6ebbecc10063
335 } 335 }
336 336
337 static int rv10_decode_init(AVCodecContext *avctx) 337 static int rv10_decode_init(AVCodecContext *avctx)
338 { 338 {
339 MpegEncContext *s = avctx->priv_data; 339 MpegEncContext *s = avctx->priv_data;
340 int i;
341 static int done; 340 static int done;
342 341
343 // s->avctx= avctx; 342 // s->avctx= avctx;
344 s->out_format = FMT_H263; 343 s->out_format = FMT_H263;
345 344