Browse Source

avcodec/snowenc: remove redundant FF_MPV_OFFSET()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 10 years ago
parent
commit
d4e62ebae7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/snowenc.c

+ 0
- 1
libavcodec/snowenc.c View File

@@ -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…
Cancel
Save