comparison vc1data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4394344397d8
children f7cbb7733146
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
23 /** 23 /**
24 * @file vc1data.h 24 * @file vc1data.h
25 * VC-1 tables. 25 * VC-1 tables.
26 */ 26 */
27 27
28 #ifndef VC1DATA_H 28 #ifndef FFMPEG_VC1DATA_H
29 #define VC1DATA_H 29 #define FFMPEG_VC1DATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include "bitstream.h" 32 #include "bitstream.h"
33 #include "rational.h" 33 #include "rational.h"
34 34
158 extern const int8_t ff_vc1_adv_interlaced_4x4_zz [16]; 158 extern const int8_t ff_vc1_adv_interlaced_4x4_zz [16];
159 159
160 /* DQScale as specified in 8.1.3.9 - almost identical to 0x40000/i */ 160 /* DQScale as specified in 8.1.3.9 - almost identical to 0x40000/i */
161 extern const int32_t ff_vc1_dqscale[63]; 161 extern const int32_t ff_vc1_dqscale[63];
162 162
163 #endif /* VC1DATA_H */ 163 #endif /* FFMPEG_VC1DATA_H */