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/h264.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 323324db53..2317d6aeff 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -31,6 +31,7 @@ #include "libavutil/intreadwrite.h" #include "cabac.h" #include "mpegvideo.h" +#include "h264chroma.h" #include "h264dsp.h" #include "h264pred.h" #include "h264qpel.h" @@ -254,6 +255,7 @@ typedef struct MMCO { typedef struct H264Context { MpegEncContext s; H264DSPContext h264dsp; + H264ChromaContext h264chroma; H264QpelContext h264qpel; int pixel_shift; ///< 0 for 8-bit H264, 1 for high-bit-depth H264 int chroma_qp[2]; // QPc -- cgit v1.2.3