comparison h264data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4a26dc4ca11d
children 3c67363d6fa0
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
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 AVCODEC_H264DATA_H 29 #ifndef FFMPEG_H264DATA_H
30 #define AVCODEC_H264DATA_H 30 #define FFMPEG_H264DATA_H
31 31
32 #include <stdint.h> 32 #include <stdint.h>
33 #include "mpegvideo.h" 33 #include "mpegvideo.h"
34 #include "rational.h" 34 #include "rational.h"
35 35
1303 { 30, -10 }, { 31, -4 }, { 33, -1 }, { 33, 7 }, 1303 { 30, -10 }, { 31, -4 }, { 33, -1 }, { 33, 7 },
1304 { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 }, 1304 { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 },
1305 } 1305 }
1306 }; 1306 };
1307 1307
1308 #endif // AVCODEC_H264DATA_H 1308 #endif /* FFMPEG_H264DATA_H */