Mercurial > libavcodec.hg
comparison mpeg12data.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 |
|---|---|
| 22 | 22 |
| 23 /** | 23 /** |
| 24 * @file mpeg12data.h | 24 * @file mpeg12data.h |
| 25 * MPEG1/2 tables. | 25 * MPEG1/2 tables. |
| 26 */ | 26 */ |
| 27 | |
| 28 #ifndef AVCODEC_MPEG12DATA_H | |
| 29 #define AVCODEC_MPEG12DATA_H | |
| 27 | 30 |
| 28 #include <stdint.h> | 31 #include <stdint.h> |
| 29 #include "mpegvideo.h" | 32 #include "mpegvideo.h" |
| 30 | 33 |
| 31 const uint16_t ff_mpeg1_default_intra_matrix[64] = { | 34 const uint16_t ff_mpeg1_default_intra_matrix[64] = { |
| 473 0x00, 0x80, 0x81, | 476 0x00, 0x80, 0x81, |
| 474 0x00, 0x80, 0x81, | 477 0x00, 0x80, 0x81, |
| 475 0xff, 0xff, 0xff, | 478 0xff, 0xff, 0xff, |
| 476 0xff, 0xff, 0xff, | 479 0xff, 0xff, 0xff, |
| 477 }; | 480 }; |
| 481 | |
| 482 #endif |
