diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index 30b1ef66c10310eb56c23e417adf6e5045185dd9..c790d9b04f70078b50b182d1e9e1612a0d3f12ff 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"