]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiotab.h
Properly initialize x264_picture_t in libx264.
[ffmpeg] / libavcodec / mpegaudiotab.h
index 6833f3c70a9bae8aaa7a8806946428bcb0f314eb..35129e646c194d53f46451da0f6be53208a5b241 100644 (file)
@@ -2,7 +2,7 @@
  * mpeg audio layer 2 tables. Most of them come from the mpeg audio
  * specification.
  *
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
  */
 
 /**
- * @file mpegaudiotab.h
+ * @file
  * mpeg audio layer 2 tables.
  * Most of them come from the mpeg audio specification.
  */
 
+#ifndef AVCODEC_MPEGAUDIOTAB_H
+#define AVCODEC_MPEGAUDIOTAB_H
+
 #include <stdint.h>
 #include "mpegaudio.h"
 
@@ -112,3 +115,4 @@ static const float fixed_smr[SBLIMIT] =  {
 
 static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 };
 
+#endif /* AVCODEC_MPEGAUDIOTAB_H */