From 79dad2a932534d1155079f937649e099f9e5cc27 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 19 Jan 2013 03:34:47 +0100 Subject: dsputil: Separate h264chroma --- libavcodec/cavs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/cavs.h') diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index 401ec122ad..d33ff0a32b 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -24,6 +24,7 @@ #include "cavsdsp.h" #include "dsputil.h" +#include "h264chroma.h" #include "get_bits.h" #include "videodsp.h" @@ -161,6 +162,7 @@ typedef struct AVSFrame { typedef struct AVSContext { AVCodecContext *avctx; DSPContext dsp; + H264ChromaContext h264chroma; VideoDSPContext vdsp; CAVSDSPContext cdsp; GetBitContext gb; -- cgit v1.2.3