changeset 10809:35ced8a13d7d libavcodec

Cosmetics : remove duplicated comment.
author jai_menon
date Fri, 08 Jan 2010 14:33:35 +0000
parents 55c01e916c08
children 0f4dee00de1d
files snow.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;