[FFmpeg-cvslog] r21088 - trunk/libavcodec/snow.c
jai_menon
subversion
Fri Jan 8 15:33:35 CET 2010
Author: jai_menon
Date: Fri Jan 8 15:33:35 2010
New Revision: 21088
Log:
Cosmetics : remove duplicated comment.
Modified:
trunk/libavcodec/snow.c
Modified: trunk/libavcodec/snow.c
==============================================================================
--- trunk/libavcodec/snow.c Fri Jan 8 11:00:56 2010 (r21087)
+++ trunk/libavcodec/snow.c Fri Jan 8 15:33:35 2010 (r21088)
@@ -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;
More information about the ffmpeg-cvslog
mailing list