|
@@ -434,7 +434,6 @@ typedef struct Plane{ |
|
|
}Plane; |
|
|
}Plane; |
|
|
|
|
|
|
|
|
typedef struct SnowContext{ |
|
|
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; |
|
|
AVCodecContext *avctx; |
|
|
RangeCoder c; |
|
|
RangeCoder c; |
|
|