Mercurial > libavcodec.hg
comparison msmpeg4tab.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 | 24 |
| 25 /** | 25 /** |
| 26 * @file msmpeg4tab.h | 26 * @file msmpeg4tab.h |
| 27 * MSMPEG4 data tables. | 27 * MSMPEG4 data tables. |
| 28 */ | 28 */ |
| 29 | |
| 30 #ifndef AVCODEC_MSMPEG4TAB_H | |
| 31 #define AVCODEC_MSMPEG4TAB_H | |
| 29 | 32 |
| 30 #include <stdint.h> | 33 #include <stdint.h> |
| 31 #include "bitstream.h" | 34 #include "bitstream.h" |
| 32 #include "rl.h" | 35 #include "rl.h" |
| 33 | 36 |
| 2014 0x00, 0x08, 0x01, 0x10, 0x09, 0x18, 0x11, 0x02, | 2017 0x00, 0x08, 0x01, 0x10, 0x09, 0x18, 0x11, 0x02, |
| 2015 0x20, 0x0A, 0x19, 0x28, 0x12, 0x30, 0x21, 0x1A, | 2018 0x20, 0x0A, 0x19, 0x28, 0x12, 0x30, 0x21, 0x1A, |
| 2016 0x38, 0x29, 0x22, 0x03, 0x31, 0x39, 0x0B, 0x2A, | 2019 0x38, 0x29, 0x22, 0x03, 0x31, 0x39, 0x0B, 0x2A, |
| 2017 0x13, 0x32, 0x1B, 0x3A, 0x23, 0x2B, 0x33, 0x3B, | 2020 0x13, 0x32, 0x1B, 0x3A, 0x23, 0x2B, 0x33, 0x3B, |
| 2018 }; | 2021 }; |
| 2022 | |
| 2023 #endif |
