From 8ec5a042e4115c681244e745f8e27a6feace11d9 Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Fri, 8 Jan 2010 14:33:35 +0000 Subject: Cosmetics : remove duplicated comment. Originally committed as revision 21088 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/snow.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 86bf4f1b23..8c79709e57 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -434,7 +434,6 @@ typedef struct Plane{ }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; -- cgit v1.2.3