mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 09:20:01 +01:00
avcodec/snowenc: remove redundant FF_MPV_OFFSET()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user