comparison rv40data.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 266b2501216a
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
22 /** 22 /**
23 * @file rv40data.h 23 * @file rv40data.h
24 * miscellaneous RV40 tables 24 * miscellaneous RV40 tables
25 */ 25 */
26 26
27 #ifndef FFMPEG_RV40DATA_H 27 #ifndef AVCODEC_RV40DATA_H
28 #define FFMPEG_RV40DATA_H 28 #define AVCODEC_RV40DATA_H
29 29
30 #include <stdint.h> 30 #include <stdint.h>
31 31
32 /** 32 /**
33 * standard widths and heights coded in RV40 33 * standard widths and heights coded in RV40
110 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 7, 8, 9 110 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 7, 8, 9
111 } 111 }
112 }; 112 };
113 /** @} */ // end loopfilter group 113 /** @} */ // end loopfilter group
114 114
115 #endif /* FFMPEG_RV40DATA_H */ 115 #endif /* AVCODEC_RV40DATA_H */