# HG changeset patch # User jai_menon # Date 1262961215 0 # Node ID 35ced8a13d7db3426516614cb89695e2098cd539 # Parent 55c01e916c08847b0175d956c095a711e3200575 Cosmetics : remove duplicated comment. diff -r 55c01e916c08 -r 35ced8a13d7d snow.c --- a/snow.c Fri Jan 08 10:00:56 2010 +0000 +++ b/snow.c Fri Jan 08 14:33:35 2010 +0000 @@ -434,7 +434,6 @@ }Plane; typedef struct SnowContext{ -// 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) AVCodecContext *avctx; RangeCoder c;