Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-20 06:09:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-20 06:09:43 +0400
commitd4e62ebae7f47d7ad5479ec5f71f903f988dd19c (patch)
tree179f2383bb3a4e72ff88f1deb908fce9fd811e15 /libavcodec/snowenc.c
parentc669af0f248e25781a2a12bd96bf9896b1c4484c (diff)
avcodec/snowenc: remove redundant FF_MPV_OFFSET()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/snowenc.c')
-rw-r--r--libavcodec/snowenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index 30b1ef66c1..c790d9b04f 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"