]> git.sesse.net Git - ffmpeg/commitdiff
Cosmetics : remove duplicated comment.
authorJai Menon <jmenon86@gmail.com>
Fri, 8 Jan 2010 14:33:35 +0000 (14:33 +0000)
committerJai Menon <jmenon86@gmail.com>
Fri, 8 Jan 2010 14:33:35 +0000 (14:33 +0000)
Originally committed as revision 21088 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/snow.c

index 86bf4f1b237ac4b468b0832a2e54a3a2a82915c8..8c79709e57315b5a3f08e208c4100062605424c1 100644 (file)
@@ -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;