Mercurial > libavcodec.hg
diff 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 |
line wrap: on
line diff
--- a/msmpeg4tab.h Sat Jun 16 22:59:13 2007 +0000 +++ b/msmpeg4tab.h Sun Jun 17 00:01:30 2007 +0000 @@ -27,6 +27,9 @@ * MSMPEG4 data tables. */ +#ifndef AVCODEC_MSMPEG4TAB_H +#define AVCODEC_MSMPEG4TAB_H + #include <stdint.h> #include "bitstream.h" #include "rl.h" @@ -2016,3 +2019,5 @@ 0x38, 0x29, 0x22, 0x03, 0x31, 0x39, 0x0B, 0x2A, 0x13, 0x32, 0x1B, 0x3A, 0x23, 0x2B, 0x33, 0x3B, }; + +#endif
