mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avcodec/snowenc: remove redundant FF_MPV_OFFSET()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c669af0f24
commit
d4e62ebae7
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user