diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c index 30b1ef66c1..c790d9b04f 100644 --- a/libavcodec/snowenc.c +++ b/libavcodec/snowenc.c @@ -29,7 +29,6 @@ #include "rangecoder.h" #include "mathops.h" -#define FF_MPV_OFFSET(x) (offsetof(MpegEncContext, x) + offsetof(SnowContext, m)) #include "mpegvideo.h" #include "h263.h"