summaryrefslogtreecommitdiffstats
path: root/libavcodec/intrax8huf.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-11-09 23:12:31 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-11-09 23:12:31 +0000
commit49e9a4bf7cc14f758bb2a147e8790fb1831e7cc5 (patch)
tree4d2016ff00fd9de476b38fbb93953f0801a40ee0 /libavcodec/intrax8huf.h
parentcb0d8a5f8fd00796c40de05e80e55d169154d07a (diff)
downloadffmpeg-streaming-49e9a4bf7cc14f758bb2a147e8790fb1831e7cc5.zip
ffmpeg-streaming-49e9a4bf7cc14f758bb2a147e8790fb1831e7cc5.tar.gz
add multiple inclusion guards
Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intrax8huf.h')
-rw-r--r--libavcodec/intrax8huf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/intrax8huf.h b/libavcodec/intrax8huf.h
index 6d3653e..0b1da8e 100644
--- a/libavcodec/intrax8huf.h
+++ b/libavcodec/intrax8huf.h
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef FFMPEG_INTRAX8HUF_H
+#define FFMPEG_INTRAX8HUF_H
+
#include <inttypes.h>
@@ -911,3 +914,5 @@ const uint16_t ff_x8_ac1_highquant_table[8][77][2]={
}
};
#define MAX_AC_VLC_BITS 16
+
+#endif /* FFMPEG_INTRAX8HUF_H */
OpenPOWER on IntegriCloud