summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-02-17 14:45:03 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-02-18 19:52:40 +0100
commit9a1ced321bb900acc68cae07f4141d5f257cadd5 (patch)
treee5934a2fe41ab65224edff23766b8f8e35f31fc6 /libavcodec/vc1.h
parent6c0d9369d881b143628fdc24b105a4a2c60d67c2 (diff)
dsputil: move VC1-specific stuff into VC1DSPContext.
(cherry picked from commit 12802ec0601c3bd7b9c7a2503518e28fd5e7d744)
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r--libavcodec/vc1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h
index da0b6c16e7..d826c5a817 100644
--- a/libavcodec/vc1.h
+++ b/libavcodec/vc1.h
@@ -26,6 +26,7 @@
#include "avcodec.h"
#include "mpegvideo.h"
#include "intrax8.h"
+#include "vc1dsp.h"
/** Markers used in VC-1 AP frame data */
//@{
@@ -155,6 +156,7 @@ enum COTypes {
typedef struct VC1Context{
MpegEncContext s;
IntraX8Context x8;
+ VC1DSPContext vc1dsp;
int bits;