comparison h264data.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 4394344397d8
children 3fd46e281bd8
comparison
equal deleted inserted replaced
5162:4394344397d8 5163:9ecbfc0c82bf
24 * @file h264data.h 24 * @file h264data.h
25 * @brief 25 * @brief
26 * H264 / AVC / MPEG4 part10 codec data table 26 * H264 / AVC / MPEG4 part10 codec data table
27 * @author Michael Niedermayer <michaelni@gmx.at> 27 * @author Michael Niedermayer <michaelni@gmx.at>
28 */ 28 */
29
30 #ifndef AVCODEC_H264DATA_H
31 #define AVCODEC_H264DATA_H
29 32
30 #include <stdint.h> 33 #include <stdint.h>
31 #include "mpegvideo.h" 34 #include "mpegvideo.h"
32 #include "rational.h" 35 #include "rational.h"
33 36
1323 { -14, 59 }, { -9, 52 }, { -11, 68 }, { 9, -2 }, 1326 { -14, 59 }, { -9, 52 }, { -11, 68 }, { 9, -2 },
1324 { 30, -10 }, { 31, -4 }, { 33, -1 }, { 33, 7 }, 1327 { 30, -10 }, { 31, -4 }, { 33, -1 }, { 33, 7 },
1325 { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 }, 1328 { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 },
1326 } 1329 }
1327 }; 1330 };
1331
1332 #endif