[FFmpeg-cvslog] avcodec/snowenc: remove redundant FF_MPV_OFFSET()
Michael Niedermayer
git at videolan.org
Mon Oct 20 04:32:13 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 20 04:09:43 2014 +0200| [d4e62ebae7f47d7ad5479ec5f71f903f988dd19c] | committer: Michael Niedermayer
avcodec/snowenc: remove redundant FF_MPV_OFFSET()
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4e62ebae7f47d7ad5479ec5f71f903f988dd19c
---
libavcodec/snowenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index 30b1ef6..c790d9b 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"
More information about the ffmpeg-cvslog
mailing list