comparison h264data.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 6288bc103b9f
children a7dfe657968d
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
24 * @brief 24 * @brief
25 * H264 / AVC / MPEG4 part10 codec data table 25 * H264 / AVC / MPEG4 part10 codec data table
26 * @author Michael Niedermayer <michaelni@gmx.at> 26 * @author Michael Niedermayer <michaelni@gmx.at>
27 */ 27 */
28 28
29 #ifndef FFMPEG_H264DATA_H 29 #ifndef AVCODEC_H264DATA_H
30 #define FFMPEG_H264DATA_H 30 #define AVCODEC_H264DATA_H
31 31
32 #include <stdint.h> 32 #include <stdint.h>
33 #include "libavutil/rational.h" 33 #include "libavutil/rational.h"
34 #include "mpegvideo.h" 34 #include "mpegvideo.h"
35 35
1314 { 30, -10 }, { 31, -4 }, { 33, -1 }, { 33, 7 }, 1314 { 30, -10 }, { 31, -4 }, { 33, -1 }, { 33, 7 },
1315 { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 }, 1315 { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 },
1316 } 1316 }
1317 }; 1317 };
1318 1318
1319 #endif /* FFMPEG_H264DATA_H */ 1319 #endif /* AVCODEC_H264DATA_H */