summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snow.c')
-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;