]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cookdata.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / cookdata.h
index 395c9a7ddf48c00b2788368dec6ce33b9b977355..38beef41cd5ebf673eb9e4429e05bc469a685c6c 100644 (file)
@@ -18,7 +18,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
  * Cook AKA RealAudio G2 compatible decoderdata
  */
 
+#ifndef FFMPEG_COOKDATA_H
+#define FFMPEG_COOKDATA_H
+
+#include <stdint.h>
+
 /* various data tables */
 
 static const int expbits_tab[8] = {
@@ -557,3 +561,5 @@ static const float cplscale6[63] = {
 static const float* cplscales[5] = {
     cplscale2, cplscale3, cplscale4, cplscale5, cplscale6,
 };
+
+#endif /* FFMPEG_COOKDATA_H */