Mercurial > libavcodec.hg
diff dnxhddata.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/dnxhddata.h Sat Jun 16 22:59:13 2007 +0000 +++ b/dnxhddata.h Sun Jun 17 00:01:30 2007 +0000 @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVCODEC_DNXHDDATA_H +#define AVCODEC_DNXHDDATA_H + #include <stdint.h> static const uint8_t dnxhd_1238_luma_weigth[] = { @@ -106,3 +109,5 @@ static const uint8_t dnxhd_1238_run[62] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, }; + +#endif
