From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 17 Jun 2007 00:01:30 +0000 Subject: add multiple inclusion guards to headers Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/msmpeg4tab.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/msmpeg4tab.h') diff --git a/libavcodec/msmpeg4tab.h b/libavcodec/msmpeg4tab.h index 5db3f35..b9bfcec 100644 --- a/libavcodec/msmpeg4tab.h +++ b/libavcodec/msmpeg4tab.h @@ -27,6 +27,9 @@ * MSMPEG4 data tables. */ +#ifndef AVCODEC_MSMPEG4TAB_H +#define AVCODEC_MSMPEG4TAB_H + #include #include "bitstream.h" #include "rl.h" @@ -2016,3 +2019,5 @@ static const uint8_t wmv2_scantableB[64]={ 0x38, 0x29, 0x22, 0x03, 0x31, 0x39, 0x0B, 0x2A, 0x13, 0x32, 0x1B, 0x3A, 0x23, 0x2B, 0x33, 0x3B, }; + +#endif -- cgit v1.1