Revision 5b21bdab libavcodec/vc1data.h
libavcodec/vc1data.h | ||
---|---|---|
25 | 25 |
* VC-1 tables. |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef VC1DATA_H |
|
29 |
#define VC1DATA_H |
|
28 |
#ifndef FFMPEG_VC1DATA_H
|
|
29 |
#define FFMPEG_VC1DATA_H
|
|
30 | 30 |
|
31 | 31 |
#include <stdint.h> |
32 | 32 |
#include "bitstream.h" |
... | ... | |
160 | 160 |
/* DQScale as specified in 8.1.3.9 - almost identical to 0x40000/i */ |
161 | 161 |
extern const int32_t ff_vc1_dqscale[63]; |
162 | 162 |
|
163 |
#endif /* VC1DATA_H */ |
|
163 |
#endif /* FFMPEG_VC1DATA_H */ |
Also available in: Unified diff