Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'
* commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9': dsputil: Split clear_block*/fill_block* off into a separate context Conflicts: configure libavcodec/asvdec.c libavcodec/dnxhddec.c libavcodec/dnxhdenc.c libavcodec/dsputil.h libavcodec/eamad.c libavcodec/intrax8.c libavcodec/mjpegdec.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#define AVCODEC_CAVS_H
|
||||
|
||||
#include "cavsdsp.h"
|
||||
#include "blockdsp.h"
|
||||
#include "dsputil.h"
|
||||
#include "h264chroma.h"
|
||||
#include "get_bits.h"
|
||||
@@ -162,6 +163,7 @@ typedef struct AVSFrame {
|
||||
typedef struct AVSContext {
|
||||
AVCodecContext *avctx;
|
||||
DSPContext dsp;
|
||||
BlockDSPContext bdsp;
|
||||
H264ChromaContext h264chroma;
|
||||
VideoDSPContext vdsp;
|
||||
CAVSDSPContext cdsp;
|
||||
|
||||
Reference in New Issue
Block a user