summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2010-01-08 14:33:35 +0000
committerJai Menon <jmenon86@gmail.com>2010-01-08 14:33:35 +0000
commit8ec5a042e4115c681244e745f8e27a6feace11d9 (patch)
tree91edadb57994b6c26a5306af84b293e64c6ee7ae
parent49d2d1c35cc0438747dd8ef111163cb341f8f9fe (diff)
Cosmetics : remove duplicated comment.
Originally committed as revision 21088 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/snow.c1
1 files changed, 0 insertions, 1 deletions
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;