Commit d4e62eba authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/snowenc: remove redundant FF_MPV_OFFSET()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c669af0f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment