[FFmpeg-soc] [soc]: r3704 - aac/aac.h aac/aacdectab.h aac/aactab.h aacenc/3gpp-based/aac.h aacenc/3gpp-based/aacpsy.h aacenc/3gpp-based/lowpass.h amr/amrnbfloatdata.h dirac/ffmpeg.diff dvbmuxer/mpegpes.h libavfilter/graphparser.h mxf/mxf.h nellyenc/lowpass2.h rv40/h264pred.h rv40/rv30data.h rv40/rv34.h rv40/rv34data.h rv40/rv34vlc.h rv40/rv40data.h rv40/rv40vlc2.h

diego subversion at mplayerhq.hu
Tue Sep 2 15:55:59 CEST 2008


Author: diego
Date: Tue Sep  2 15:55:59 2008
New Revision: 3704

Log:
Switch multiple inclusion guards to the new naming scheme.


Modified:
   aac/aac.h
   aac/aacdectab.h
   aac/aactab.h
   aacenc/3gpp-based/aac.h
   aacenc/3gpp-based/aacpsy.h
   aacenc/3gpp-based/lowpass.h
   amr/amrnbfloatdata.h
   dirac/ffmpeg.diff
   dvbmuxer/mpegpes.h
   libavfilter/graphparser.h
   mxf/mxf.h
   nellyenc/lowpass2.h
   rv40/h264pred.h
   rv40/rv30data.h
   rv40/rv34.h
   rv40/rv34data.h
   rv40/rv34vlc.h
   rv40/rv40data.h
   rv40/rv40vlc2.h

Modified: aac/aac.h
==============================================================================
--- aac/aac.h	(original)
+++ aac/aac.h	Tue Sep  2 15:55:59 2008
@@ -27,8 +27,8 @@
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
  */
 
-#ifndef FFMPEG_AAC_H
-#define FFMPEG_AAC_H
+#ifndef AVCODEC_AAC_H
+#define AVCODEC_AAC_H
 
 /**
  * AAC SSR (Scalable Sample Rate) is currently not working, and therefore
@@ -339,4 +339,4 @@ typedef struct {
 
 } AACContext;
 
-#endif /* FFMPEG_AAC_H */
+#endif /* AVCODEC_AAC_H */

Modified: aac/aacdectab.h
==============================================================================
--- aac/aacdectab.h	(original)
+++ aac/aacdectab.h	Tue Sep  2 15:55:59 2008
@@ -27,8 +27,8 @@
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
  */
 
-#ifndef FFMPEG_AACDECTAB_H
-#define FFMPEG_AACDECTAB_H
+#ifndef AVCODEC_AACDECTAB_H
+#define AVCODEC_AACDECTAB_H
 
 #include "aac.h"
 
@@ -265,4 +265,4 @@ static const float ssr_q_table[] = {
 };
 #endif /* AAC_SSR */
 
-#endif /* FFMPEG_AACDECTAB_H */
+#endif /* AVCODEC_AACDECTAB_H */

Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h	(original)
+++ aac/aactab.h	Tue Sep  2 15:55:59 2008
@@ -27,8 +27,8 @@
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
  */
 
-#ifndef FFMPEG_AACTAB_H
-#define FFMPEG_AACTAB_H
+#ifndef AVCODEC_AACTAB_H
+#define AVCODEC_AACTAB_H
 
 #include "libavutil/mem.h"
 #include "aac.h"
@@ -69,4 +69,4 @@ extern const float ff_aac_pow2sf_tab[316
 extern       float ff_aac_pow2sf_tab[316];
 #endif /* CONFIG_HARDCODED_TABLES */
 
-#endif /* FFMPEG_AACTAB_H */
+#endif /* AVCODEC_AACTAB_H */

Modified: aacenc/3gpp-based/aac.h
==============================================================================
--- aacenc/3gpp-based/aac.h	(original)
+++ aacenc/3gpp-based/aac.h	Tue Sep  2 15:55:59 2008
@@ -27,8 +27,8 @@
  * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
  */
 
-#ifndef FFMPEG_AAC_H
-#define FFMPEG_AAC_H
+#ifndef AVCODEC_AAC_H
+#define AVCODEC_AAC_H
 
 #include "avcodec.h"
 #include "dsputil.h"
@@ -286,4 +286,4 @@ typedef struct {
 
 } AACContext;
 
-#endif /* FFMPEG_AAC_H */
+#endif /* AVCODEC_AAC_H */

Modified: aacenc/3gpp-based/aacpsy.h
==============================================================================
--- aacenc/3gpp-based/aacpsy.h	(original)
+++ aacenc/3gpp-based/aacpsy.h	Tue Sep  2 15:55:59 2008
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_AACPSY_H
-#define FFMPEG_AACPSY_H
+#ifndef AVCODEC_AACPSY_H
+#define AVCODEC_AACPSY_H
 
 #include "avcodec.h"
 #include "aac.h"
@@ -137,5 +137,5 @@ void ff_aac_psy_analyze(AACPsyContext *c
  */
 void ff_aac_psy_end(AACPsyContext *ctx);
 
-#endif /* FFMPEG_AACPSY_H */
+#endif /* AVCODEC_AACPSY_H */
 

Modified: aacenc/3gpp-based/lowpass.h
==============================================================================
--- aacenc/3gpp-based/lowpass.h	(original)
+++ aacenc/3gpp-based/lowpass.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * lowpass filter interface
  */
 
-#ifndef FFMPEG_LOWPASS_H
-#define FFMPEG_LOWPASS_H
+#ifndef AVCODEC_LOWPASS_H
+#define AVCODEC_LOWPASS_H
 
 #include "avcodec.h"
 
@@ -78,4 +78,4 @@ void ff_lowpass_filter_free_state(struct
  */
 void ff_lowpass_filter(const struct FFLPFilterCoeffs *coeffs, struct FFLPFilterState *state, int size, int16_t *src, int sstep, int16_t *dst, int dstep);
 
-#endif /* FFMPEG_LOWPASS_H */
+#endif /* AVCODEC_LOWPASS_H */

Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h	(original)
+++ amr/amrnbfloatdata.h	Tue Sep  2 15:55:59 2008
@@ -25,8 +25,8 @@
  * AMR narrowband data and definitions
  */
 
-#ifndef FFMPEG_AMRNBFLOATDATA_H
-#define FFMPEG_AMRNBFLOATDATA_H
+#ifndef AVCODEC_AMRNBFLOATDATA_H
+#define AVCODEC_AMRNBFLOATDATA_H
 
 #include <stdint.h>
 #include <math.h>
@@ -2066,5 +2066,5 @@ static const float ir_filter_medium[AMR_
 
 /**************************** end of tables *****************************/
 
-#endif /* FFMPEG_AMRNBFLOATDATA_H */
+#endif /* AVCODEC_AMRNBFLOATDATA_H */
 

Modified: dirac/ffmpeg.diff
==============================================================================
--- dirac/ffmpeg.diff	(original)
+++ dirac/ffmpeg.diff	Tue Sep  2 15:55:59 2008
@@ -33,7 +33,7 @@ Index: libavcodec/golomb.h
 +}
 +
 +
- #endif /* FFMPEG_GOLOMB_H */
+ #endif /* AVCODEC_GOLOMB_H */
 Index: libavcodec/Makefile
 ===================================================================
 --- libavcodec/Makefile	(revision 11312)

Modified: dvbmuxer/mpegpes.h
==============================================================================
--- dvbmuxer/mpegpes.h	(original)
+++ dvbmuxer/mpegpes.h	Tue Sep  2 15:55:59 2008
@@ -23,8 +23,8 @@
  * MPEG PES packetizer API header
  */
 
-#ifndef FFMPEG_MPEGPES_H
-#define FFMPEG_MPEGPES_H
+#ifndef AVFORMAT_MPEGPES_H
+#define AVFORMAT_MPEGPES_H
 
 #include "avformat.h"
 #include "libavutil/fifo.h"
@@ -136,4 +136,4 @@ int ff_pes_write_buf(AVFormatContext *ct
  */
 int ff_pes_remove_decoded_packets(AVFormatContext *ctx, int64_t scr);
 
-#endif /* FFMPEG_MPEGPES_H */
+#endif /* AVFORMAT_MPEGPES_H */

Modified: libavfilter/graphparser.h
==============================================================================
--- libavfilter/graphparser.h	(original)
+++ libavfilter/graphparser.h	Tue Sep  2 15:55:59 2008
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_GRAPHPARSER_H
-#define FFMPEG_GRAPHPARSER_H
+#ifndef AVFILTER_GRAPHPARSER_H
+#define AVFILTER_GRAPHPARSER_H
 
 #include "avfilter.h"
 #include "avfiltergraph.h"
@@ -48,4 +48,4 @@ int avfilter_parse_graph(AVFilterGraph *
                          AVFilterInOut *inputs, AVFilterInOut *outputs,
                          AVClass *log_ctx);
 
-#endif  /* FFMPEG_GRAPHPARSER_H */
+#endif  /* AVFILTER_GRAPHPARSER_H */

Modified: mxf/mxf.h
==============================================================================
--- mxf/mxf.h	(original)
+++ mxf/mxf.h	Tue Sep  2 15:55:59 2008
@@ -18,8 +18,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#ifndef FFMPEG_MXF_H
-#define FFMPEG_MXF_H
+#ifndef AVFORMAT_MXF_H
+#define AVFORMAT_MXF_H
 
 #include "avformat.h"
 #include "libavcodec/bytestream.h"
@@ -72,4 +72,4 @@ extern const MXFCodecUL ff_mxf_essence_c
 #define PRINT_KEY(pc, s, x)
 #endif
 
-#endif /* FFMPEG_MXF_H */
+#endif /* AVFORMAT_MXF_H */

Modified: nellyenc/lowpass2.h
==============================================================================
--- nellyenc/lowpass2.h	(original)
+++ nellyenc/lowpass2.h	Tue Sep  2 15:55:59 2008
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_LOWPASS_H
-#define FFMPEG_LOWPASS_H
+#ifndef AVCODEC_LOWPASS_H
+#define AVCODEC_LOWPASS_H
 
 typedef struct LPFilterContext {
     float *filterCoeffs[2];
@@ -46,4 +46,4 @@ void ff_lowpass_end(LPFilterContext *s);
 
 void ff_lowpass_filter(LPFilterContext *s, int16_t *in, float *out, int n);
 
-#endif /* FFMPEG_LOWPASS_H */
+#endif /* AVCODEC_LOWPASS_H */

Modified: rv40/h264pred.h
==============================================================================
--- rv40/h264pred.h	(original)
+++ rv40/h264pred.h	Tue Sep  2 15:55:59 2008
@@ -25,8 +25,8 @@
  * @author Michael Niedermayer <michaelni at gmx.at>
  */
 
-#ifndef FFMPEG_H264PRED_H
-#define FFMPEG_H264PRED_H
+#ifndef AVCODEC_H264PRED_H
+#define AVCODEC_H264PRED_H
 
 #include "common.h"
 
@@ -73,4 +73,4 @@ typedef struct H264PredContext{
 
 void ff_h264_pred_init(H264PredContext *h, int codec_id);
 
-#endif /* FFMPEG_H264PRED_H */
+#endif /* AVCODEC_H264PRED_H */

Modified: rv40/rv30data.h
==============================================================================
--- rv40/rv30data.h	(original)
+++ rv40/rv30data.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * miscellaneous RV30 tables
  */
 
-#ifndef FFMPEG_RV30DATA_H
-#define FFMPEG_RV30DATA_H
+#ifndef AVCODEC_RV30DATA_H
+#define AVCODEC_RV30DATA_H
 
 #include <stdint.h>
 
@@ -171,4 +171,4 @@ static const uint8_t rv30_itype_from_con
     2, 7, 8, 4, 0, 6, 1, 5, 3,
     2, 8, 3, 0, 7, 4, 1, 6, 5,
 };
-#endif /* FFMPEG_RV30DATA_H */
+#endif /* AVCODEC_RV30DATA_H */

Modified: rv40/rv34.h
==============================================================================
--- rv40/rv34.h	(original)
+++ rv40/rv34.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * RV30 and RV40 decoder common data declarations.
  */
 
-#ifndef FFMPEG_RV34_H
-#define FFMPEG_RV34_H
+#ifndef AVCODEC_RV34_H
+#define AVCODEC_RV34_H
 
 #include "avcodec.h"
 #include "dsputil.h"
@@ -122,4 +122,4 @@ int ff_rv34_decode_init(AVCodecContext *
 int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size);
 int ff_rv34_decode_end(AVCodecContext *avctx);
 /** @} */
-#endif /* FFMPEG_RV34_H */
+#endif /* AVCODEC_RV34_H */

Modified: rv40/rv34data.h
==============================================================================
--- rv40/rv34data.h	(original)
+++ rv40/rv34data.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * miscellaneous RV30/40 tables
  */
 
-#ifndef FFMPEG_RV34DATA_H
-#define FFMPEG_RV34DATA_H
+#ifndef AVCODEC_RV34DATA_H
+#define AVCODEC_RV34DATA_H
 
 #include <stdint.h>
 
@@ -143,4 +143,4 @@ static const uint16_t rv34_mb_max_sizes[
  */
 static const uint8_t rv34_mb_bits_sizes[6] = { 6, 7, 9, 11, 13, 14 };
 
-#endif /* FFMPEG_RV34DATA_H */
+#endif /* AVCODEC_RV34DATA_H */

Modified: rv40/rv34vlc.h
==============================================================================
--- rv40/rv34vlc.h	(original)
+++ rv40/rv34vlc.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * RV30/40 VLC tables.
  */
 
-#ifndef FFMPEG_RV34VLC_H
-#define FFMPEG_RV34VLC_H
+#ifndef AVCODEC_RV34VLC_H
+#define AVCODEC_RV34VLC_H
 
 #include <stdint.h>
 
@@ -4065,4 +4065,4 @@ static const uint8_t rv34_inter_coeffvlc
 }
 };
 
-#endif /* FFMPEG_RV34VLC_H */
+#endif /* AVCODEC_RV34VLC_H */

Modified: rv40/rv40data.h
==============================================================================
--- rv40/rv40data.h	(original)
+++ rv40/rv40data.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * miscellaneous RV40 tables
  */
 
-#ifndef FFMPEG_RV40DATA_H
-#define FFMPEG_RV40DATA_H
+#ifndef AVCODEC_RV40DATA_H
+#define AVCODEC_RV40DATA_H
 
 #include <stdint.h>
 
@@ -113,4 +113,4 @@ static const uint8_t rv40_filter_clip_tb
 };
 /** @} */ // end loopfilter group
 
-#endif /* FFMPEG_RV40DATA_H */
+#endif /* AVCODEC_RV40DATA_H */

Modified: rv40/rv40vlc2.h
==============================================================================
--- rv40/rv40vlc2.h	(original)
+++ rv40/rv40vlc2.h	Tue Sep  2 15:55:59 2008
@@ -24,8 +24,8 @@
  * RV40 VLC tables used for macroblock information decoding
  */
 
-#ifndef FFMPEG_RV40VLC2_H
-#define FFMPEG_RV40VLC2_H
+#ifndef AVCODEC_RV40VLC2_H
+#define AVCODEC_RV40VLC2_H
 
 #include <stdint.h>
 
@@ -703,4 +703,4 @@ static const uint8_t block_num_to_btype_
  0, 1, 0, 0, 2, 3, 0, 5, 0, 0, 4, 0
 };
 //@}
-#endif /* FFMPEG_RV40VLC2_H */
+#endif /* AVCODEC_RV40VLC2_H */



More information about the FFmpeg-soc mailing list