[FFmpeg-cvslog] r8940 - trunk/libavcodec/ac3.h

aurel subversion
Wed May 9 01:24:23 CEST 2007


Author: aurel
Date: Wed May  9 01:24:22 2007
New Revision: 8940

Log:
avoid multiple inclusion of ac3.h

Modified:
   trunk/libavcodec/ac3.h

Modified: trunk/libavcodec/ac3.h
==============================================================================
--- trunk/libavcodec/ac3.h	(original)
+++ trunk/libavcodec/ac3.h	Wed May  9 01:24:22 2007
@@ -24,6 +24,9 @@
  * Common code between AC3 encoder and decoder.
  */
 
+#ifndef AC3_H
+#define AC3_H
+
 #include "ac3tab.h"
 
 #define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */
@@ -148,3 +151,5 @@ void ac3_parametric_bit_allocation(AC3Bi
                                    int snroffset, int fgain, int is_lfe,
                                    int deltbae,int deltnseg,
                                    uint8_t *deltoffst, uint8_t *deltlen, uint8_t *deltba);
+
+#endif /* AC3_H */




More information about the ffmpeg-cvslog mailing list