comparison vc1data.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 7a73d76aaaa0
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
23 /** 23 /**
24 * @file vc1data.h 24 * @file vc1data.h
25 * VC-1 tables. 25 * VC-1 tables.
26 */ 26 */
27 27
28 #ifndef FFMPEG_VC1DATA_H 28 #ifndef AVCODEC_VC1DATA_H
29 #define FFMPEG_VC1DATA_H 29 #define AVCODEC_VC1DATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include "libavutil/rational.h" 32 #include "libavutil/rational.h"
33 #include "bitstream.h" 33 #include "bitstream.h"
34 34
152 extern const int8_t ff_vc1_adv_interlaced_4x4_zz [16]; 152 extern const int8_t ff_vc1_adv_interlaced_4x4_zz [16];
153 153
154 /* DQScale as specified in 8.1.3.9 - almost identical to 0x40000/i */ 154 /* DQScale as specified in 8.1.3.9 - almost identical to 0x40000/i */
155 extern const int32_t ff_vc1_dqscale[63]; 155 extern const int32_t ff_vc1_dqscale[63];
156 156
157 #endif /* FFMPEG_VC1DATA_H */ 157 #endif /* AVCODEC_VC1DATA_H */