[FFmpeg-devel] [PATCH 21/33] vc1dsp: fix up headers after removal of hpeldsp from dsputil.
Ronald S. Bultje
rsbultje at gmail.com
Wed Feb 6 04:27:34 CET 2013
From: "Ronald S. Bultje" <rsbultje at gmail.com>
---
libavcodec/vc1dsp.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/vc1dsp.h b/libavcodec/vc1dsp.h
index 901e46a..8050081 100644
--- a/libavcodec/vc1dsp.h
+++ b/libavcodec/vc1dsp.h
@@ -28,7 +28,8 @@
#ifndef AVCODEC_VC1DSP_H
#define AVCODEC_VC1DSP_H
-#include "dsputil.h"
+#include "dsputil.h" // for h264_chroma_mc_func
+#include "hpeldsp.h" // for op_pixels_func
typedef struct VC1DSPContext {
/* vc1 functions */
--
1.7.11.3
More information about the ffmpeg-devel
mailing list