From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: Måns Rullgård 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/h264data.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index c9e71853fc..6a15aa239f 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -27,6 +27,9 @@ * @author Michael Niedermayer */ +#ifndef AVCODEC_H264DATA_H +#define AVCODEC_H264DATA_H + #include #include "mpegvideo.h" #include "rational.h" @@ -1325,3 +1328,5 @@ static const int cabac_context_init_PB[3][460][2] = { 31, 12 }, { 37, 23 }, { 31, 38 }, { 20, 64 }, } }; + +#endif -- cgit v1.2.3