comparison snow.c @ 10809:35ced8a13d7d libavcodec

Cosmetics : remove duplicated comment.
author jai_menon
date Fri, 08 Jan 2010 14:33:35 +0000
parents e58e93f04279
children 0f4dee00de1d
comparison
equal deleted inserted replaced
10808:55c01e916c08 10809:35ced8a13d7d
432 int8_t last_hcoeff[HTAPS_MAX/2]; 432 int8_t last_hcoeff[HTAPS_MAX/2];
433 int last_diag_mc; 433 int last_diag_mc;
434 }Plane; 434 }Plane;
435 435
436 typedef struct SnowContext{ 436 typedef struct SnowContext{
437 // MpegEncContext m; // needed for motion estimation, should not be used for anything else, the idea is to eventually make the motion estimation independent of MpegEncContext, so this will be removed then (FIXME/XXX)
438 437
439 AVCodecContext *avctx; 438 AVCodecContext *avctx;
440 RangeCoder c; 439 RangeCoder c;
441 DSPContext dsp; 440 DSPContext dsp;
442 AVFrame new_picture; 441 AVFrame new_picture;