Revision 12802ec0 libavcodec/vc1.h
libavcodec/vc1.h | ||
---|---|---|
26 | 26 |
#include "avcodec.h" |
27 | 27 |
#include "mpegvideo.h" |
28 | 28 |
#include "intrax8.h" |
29 |
#include "vc1dsp.h" |
|
29 | 30 |
|
30 | 31 |
/** Markers used in VC-1 AP frame data */ |
31 | 32 |
//@{ |
... | ... | |
155 | 156 |
typedef struct VC1Context{ |
156 | 157 |
MpegEncContext s; |
157 | 158 |
IntraX8Context x8; |
159 |
VC1DSPContext vc1dsp; |
|
158 | 160 |
|
159 | 161 |
int bits; |
160 | 162 |
|
Also available in: Unified diff