comparison msmpeg4data.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 dc1a7a6ec58d
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
25 /** 25 /**
26 * @file msmpeg4data.h 26 * @file msmpeg4data.h
27 * MSMPEG4 data tables. 27 * MSMPEG4 data tables.
28 */ 28 */
29 29
30 #ifndef FFMPEG_MSMPEG4DATA_H 30 #ifndef AVCODEC_MSMPEG4DATA_H
31 #define FFMPEG_MSMPEG4DATA_H 31 #define AVCODEC_MSMPEG4DATA_H
32 32
33 #include "libavutil/common.h" 33 #include "libavutil/common.h"
34 #include "bitstream.h" 34 #include "bitstream.h"
35 #include "rl.h" 35 #include "rl.h"
36 36
94 extern const uint32_t (*wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2]; 94 extern const uint32_t (*wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2];
95 95
96 extern const uint8_t wmv2_scantableA[64]; 96 extern const uint8_t wmv2_scantableA[64];
97 extern const uint8_t wmv2_scantableB[64]; 97 extern const uint8_t wmv2_scantableB[64];
98 98
99 #endif /* FFMPEG_MSMPEG4DATA_H */ 99 #endif /* AVCODEC_MSMPEG4DATA_H */