[FFmpeg-cvslog] lavc/atrac9tab: Add inclusion guards.

Carl Eugen Hoyos git at videolan.org
Wed Jul 4 19:54:56 EEST 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Wed Jul  4 18:54:44 2018 +0200| [e25c25ebd8173e2b3eec469bd059de9306d628ec] | committer: Carl Eugen Hoyos

lavc/atrac9tab: Add inclusion guards.

Fixes fate-source.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e25c25ebd8173e2b3eec469bd059de9306d628ec
---

 libavcodec/atrac9tab.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavcodec/atrac9tab.h b/libavcodec/atrac9tab.h
index adb10fb027..f245656fd9 100644
--- a/libavcodec/atrac9tab.h
+++ b/libavcodec/atrac9tab.h
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_ATRAC9TAB_H
+#define AVCODEC_ATRAC9TAB_H
+
 #include <stdint.h>
 
 enum ATRAC9BlockType {
@@ -1624,3 +1627,5 @@ static const HuffmanCodebook at9_huffman_coeffs[][8][4] = {
         },
     },
 };
+
+#endif /* AVCODEC_ATRAC9TAB_H */



More information about the ffmpeg-cvslog mailing list