[FFmpeg-cvslog] r9356 - in trunk: libavcodec/armv4l/mathops.h libavcodec/atrac3data.h libavcodec/bethsoftvideo.h libavcodec/bmp.h libavcodec/cavsdata.h libavcodec/cookdata.h libavcodec/dca.h libavcodec/dcadata.h libavcodec/dcahuff.h libavcodec/dnxhddata.h libavcodec/dvdata.h libavcodec/elbg.h libavcodec/faandct.h libavcodec/golomb.h libavcodec/h261.h libavcodec/h261data.h libavcodec/h263_parser.h libavcodec/h263data.h libavcodec/h264data.h libavcodec/i386/mathops.h libavcodec/imcdata.h libavcodec/indeo2data.h libavcodec/indeo3data.h libavcodec/mpcdata.h libavcodec/mpeg12data.h libavcodec/mpeg4data.h libavcodec/mpegaudiodectab.h libavcodec/mpegaudiotab.h libavcodec/msmpeg4tab.h libavcodec/ppc/mathops.h libavcodec/ppc/types_altivec.h libavcodec/rangecoder.h libavcodec/roqvideo.h libavcodec/simple_idct.h libavcodec/sparc/vis.h libavcodec/svq1_cb.h libavcodec/ulti_cb.h libavcodec/vc1.h libavcodec/vc1acdata.h libavcodec/vorbis_enc_data.h libavcodec/wmadata.h libavcodec/xiph.h libavcodec/xvmc_render.h libavformat/asf.h libavformat/dv.h libavformat/mpegts.h libavformat/nut.h libavformat/rtspcodes.h libavutil/base64.h libavutil/softfloat.h libpostproc/postprocess_internal.h
gpoirier
subversion
Sun Jun 17 20:59:28 CEST 2007
Author: gpoirier
Date: Sun Jun 17 20:59:28 2007
New Revision: 9356
Log:
add a comment to indicate which #endif belong to which #define
Modified:
trunk/libavcodec/armv4l/mathops.h
trunk/libavcodec/atrac3data.h
trunk/libavcodec/bethsoftvideo.h
trunk/libavcodec/bmp.h
trunk/libavcodec/cavsdata.h
trunk/libavcodec/cookdata.h
trunk/libavcodec/dca.h
trunk/libavcodec/dcadata.h
trunk/libavcodec/dcahuff.h
trunk/libavcodec/dnxhddata.h
trunk/libavcodec/dvdata.h
trunk/libavcodec/elbg.h
trunk/libavcodec/faandct.h
trunk/libavcodec/golomb.h
trunk/libavcodec/h261.h
trunk/libavcodec/h261data.h
trunk/libavcodec/h263_parser.h
trunk/libavcodec/h263data.h
trunk/libavcodec/h264data.h
trunk/libavcodec/i386/mathops.h
trunk/libavcodec/imcdata.h
trunk/libavcodec/indeo2data.h
trunk/libavcodec/indeo3data.h
trunk/libavcodec/mpcdata.h
trunk/libavcodec/mpeg12data.h
trunk/libavcodec/mpeg4data.h
trunk/libavcodec/mpegaudiodectab.h
trunk/libavcodec/mpegaudiotab.h
trunk/libavcodec/msmpeg4tab.h
trunk/libavcodec/ppc/mathops.h
trunk/libavcodec/ppc/types_altivec.h
trunk/libavcodec/rangecoder.h
trunk/libavcodec/roqvideo.h
trunk/libavcodec/simple_idct.h
trunk/libavcodec/sparc/vis.h
trunk/libavcodec/svq1_cb.h
trunk/libavcodec/ulti_cb.h
trunk/libavcodec/vc1.h
trunk/libavcodec/vc1acdata.h
trunk/libavcodec/vorbis_enc_data.h
trunk/libavcodec/wmadata.h
trunk/libavcodec/xiph.h
trunk/libavcodec/xvmc_render.h
trunk/libavformat/asf.h
trunk/libavformat/dv.h
trunk/libavformat/mpegts.h
trunk/libavformat/nut.h
trunk/libavformat/rtspcodes.h
trunk/libavutil/base64.h
trunk/libavutil/softfloat.h
trunk/libpostproc/postprocess_internal.h
Modified: trunk/libavcodec/armv4l/mathops.h
==============================================================================
--- trunk/libavcodec/armv4l/mathops.h (original)
+++ trunk/libavcodec/armv4l/mathops.h Sun Jun 17 20:59:28 2007
@@ -51,4 +51,4 @@
#endif
-#endif
+#endif // AVCODEC_ARM_MATHOPS_H
Modified: trunk/libavcodec/atrac3data.h
==============================================================================
--- trunk/libavcodec/atrac3data.h (original)
+++ trunk/libavcodec/atrac3data.h Sun Jun 17 20:59:28 2007
@@ -137,4 +137,4 @@ static const float qmf_48tap_half[24] =
/* joint stereo related tables */
static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0};
-#endif
+#endif // AVCODEC_ATRAC3DATA_H
Modified: trunk/libavcodec/bethsoftvideo.h
==============================================================================
--- trunk/libavcodec/bethsoftvideo.h (original)
+++ trunk/libavcodec/bethsoftvideo.h Sun Jun 17 20:59:28 2007
@@ -12,4 +12,4 @@ enum BethsoftVidBlockType
EOF_BLOCK = 0x14,
};
-#endif
+#endif // AVCODEC_BETHSOFTVIDEO_H
Modified: trunk/libavcodec/bmp.h
==============================================================================
--- trunk/libavcodec/bmp.h (original)
+++ trunk/libavcodec/bmp.h Sun Jun 17 20:59:28 2007
@@ -35,4 +35,4 @@ typedef enum {
BMP_BITFIELDS =3,
} BiCompression;
-#endif
+#endif // AVCODEC_BMP_H
Modified: trunk/libavcodec/cavsdata.h
==============================================================================
--- trunk/libavcodec/cavsdata.h (original)
+++ trunk/libavcodec/cavsdata.h Sun Jun 17 20:59:28 2007
@@ -518,4 +518,4 @@ static const int_fast8_t top_modifier_l[
static const int_fast8_t left_modifier_c[7] = { 5,-1, 2,-1, 6, 5, 6};
static const int_fast8_t top_modifier_c[7] = { 4, 1,-1,-1, 4, 6, 6};
-#endif
+#endif // AVCODEC_CAVSDATA_H
Modified: trunk/libavcodec/cookdata.h
==============================================================================
--- trunk/libavcodec/cookdata.h (original)
+++ trunk/libavcodec/cookdata.h Sun Jun 17 20:59:28 2007
@@ -563,4 +563,4 @@ static const float* cplscales[5] = {
cplscale2, cplscale3, cplscale4, cplscale5, cplscale6,
};
-#endif
+#endif // AVCODEC_COOKDATA_H
Modified: trunk/libavcodec/dca.h
==============================================================================
--- trunk/libavcodec/dca.h (original)
+++ trunk/libavcodec/dca.h Sun Jun 17 20:59:28 2007
@@ -31,4 +31,4 @@
#define DCA_MARKER_14B_BE 0x1FFFE800
#define DCA_MARKER_14B_LE 0xFF1F00E8
-#endif
+#endif // AVCODEC_DCA_H
Modified: trunk/libavcodec/dcadata.h
==============================================================================
--- trunk/libavcodec/dcadata.h (original)
+++ trunk/libavcodec/dcadata.h Sun Jun 17 20:59:28 2007
@@ -8471,4 +8471,4 @@ where Ch(n) represents the subband sampl
*/
-#endif
+#endif // AVCODEC_DCADATA_H
Modified: trunk/libavcodec/dcahuff.h
==============================================================================
--- trunk/libavcodec/dcahuff.h (original)
+++ trunk/libavcodec/dcahuff.h Sun Jun 17 20:59:28 2007
@@ -1073,4 +1073,4 @@ static const uint8_t* bitalloc_bits[10][
bitalloc_129_bits_e, bitalloc_129_bits_f, bitalloc_129_bits_g, NULL }
};
-#endif
+#endif // AVCODEC_DCAHUFF_H
Modified: trunk/libavcodec/dnxhddata.h
==============================================================================
--- trunk/libavcodec/dnxhddata.h (original)
+++ trunk/libavcodec/dnxhddata.h Sun Jun 17 20:59:28 2007
@@ -110,4 +110,4 @@ static const uint8_t dnxhd_1238_run[62]
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
};
-#endif
+#endif // AVCODEC_DNXHDDATA_H
Modified: trunk/libavcodec/dvdata.h
==============================================================================
--- trunk/libavcodec/dvdata.h (original)
+++ trunk/libavcodec/dvdata.h Sun Jun 17 20:59:28 2007
@@ -2729,4 +2729,4 @@ static inline int dv_write_ssyb_id(uint8
return 3;
}
-#endif
+#endif // AVCODEC_DVDATA_H
Modified: trunk/libavcodec/elbg.h
==============================================================================
--- trunk/libavcodec/elbg.h (original)
+++ trunk/libavcodec/elbg.h Sun Jun 17 20:59:28 2007
@@ -52,4 +52,4 @@ void ff_init_elbg(int *points, int dim,
int numCB, int num_steps, int *closest_cb,
AVRandomState *rand_state);
-#endif
+#endif // AVCODEC_ELBG_H
Modified: trunk/libavcodec/faandct.h
==============================================================================
--- trunk/libavcodec/faandct.h (original)
+++ trunk/libavcodec/faandct.h Sun Jun 17 20:59:28 2007
@@ -37,4 +37,4 @@
void ff_faandct(DCTELEM * data);
void ff_faandct248(DCTELEM * data);
-#endif
+#endif // AVCODEC_FAANDCT_H
Modified: trunk/libavcodec/golomb.h
==============================================================================
--- trunk/libavcodec/golomb.h (original)
+++ trunk/libavcodec/golomb.h Sun Jun 17 20:59:28 2007
@@ -484,4 +484,4 @@ static inline void set_sr_golomb_flac(Pu
set_ur_golomb_jpegls(pb, v, k, limit, esc_len);
}
-#endif
+#endif // AVCODEC_GOLOMB_H
Modified: trunk/libavcodec/h261.h
==============================================================================
--- trunk/libavcodec/h261.h (original)
+++ trunk/libavcodec/h261.h Sun Jun 17 20:59:28 2007
@@ -48,4 +48,4 @@ typedef struct H261Context{
#define MB_TYPE_H261_FIL 0x800000
-#endif
+#endif AVCODEC_H261_H
Modified: trunk/libavcodec/h261data.h
==============================================================================
--- trunk/libavcodec/h261data.h (original)
+++ trunk/libavcodec/h261data.h Sun Jun 17 20:59:28 2007
@@ -161,4 +161,4 @@ static RLTable h261_rl_tcoeff = {
h261_tcoeff_level,
};
-#endif
+#endif // AVCODEC_H261DATA_H
Modified: trunk/libavcodec/h263_parser.h
==============================================================================
--- trunk/libavcodec/h263_parser.h (original)
+++ trunk/libavcodec/h263_parser.h Sun Jun 17 20:59:28 2007
@@ -26,4 +26,4 @@
int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
-#endif
+#endif // AVCODEC_H263_PARSER_H
Modified: trunk/libavcodec/h263data.h
==============================================================================
--- trunk/libavcodec/h263data.h (original)
+++ trunk/libavcodec/h263data.h Sun Jun 17 20:59:28 2007
@@ -311,4 +311,4 @@ const uint8_t ff_h263_loop_filter_streng
0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12
};
-#endif
+#endif // AVCODEC_H263DATA_H
Modified: trunk/libavcodec/h264data.h
==============================================================================
--- trunk/libavcodec/h264data.h (original)
+++ trunk/libavcodec/h264data.h Sun Jun 17 20:59:28 2007
@@ -1329,4 +1329,4 @@ static const int cabac_context_init_PB[3
}
};
-#endif
+#endif // AVCODEC_H264DATA_H
Modified: trunk/libavcodec/i386/mathops.h
==============================================================================
--- trunk/libavcodec/i386/mathops.h (original)
+++ trunk/libavcodec/i386/mathops.h Sun Jun 17 20:59:28 2007
@@ -42,4 +42,4 @@
asm ("imull %2\n\t" : "=A"(rt) : "a" (ra), "g" (rb));\
rt; })
-#endif
+#endif // AVCODEC_X86_MATHOPS_H
Modified: trunk/libavcodec/imcdata.h
==============================================================================
--- trunk/libavcodec/imcdata.h (original)
+++ trunk/libavcodec/imcdata.h Sun Jun 17 20:59:28 2007
@@ -167,4 +167,4 @@ static const uint16_t imc_huffman_bits[4
}
};
-#endif
+#endif // AVCODEC_IMCDATA_H
Modified: trunk/libavcodec/indeo2data.h
==============================================================================
--- trunk/libavcodec/indeo2data.h (original)
+++ trunk/libavcodec/indeo2data.h Sun Jun 17 20:59:28 2007
@@ -138,4 +138,4 @@ static const uint8_t ir2_luma_table[256]
0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80
};
-#endif
+#endif // AVCODEC_INDEO2DATA_H
Modified: trunk/libavcodec/indeo3data.h
==============================================================================
--- trunk/libavcodec/indeo3data.h (original)
+++ trunk/libavcodec/indeo3data.h Sun Jun 17 20:59:28 2007
@@ -2339,4 +2339,4 @@ static const uint32_t correctionhighorde
0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
};
-#endif
+#endif // AVCODEC_INDEO3DATA_H
Modified: trunk/libavcodec/mpcdata.h
==============================================================================
--- trunk/libavcodec/mpcdata.h (original)
+++ trunk/libavcodec/mpcdata.h Sun Jun 17 20:59:28 2007
@@ -210,4 +210,4 @@ static const float mpc7_SCF[128] = {
0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789
};
-#endif
+#endif // AVCODEC_MPCDATA_H
Modified: trunk/libavcodec/mpeg12data.h
==============================================================================
--- trunk/libavcodec/mpeg12data.h (original)
+++ trunk/libavcodec/mpeg12data.h Sun Jun 17 20:59:28 2007
@@ -479,4 +479,4 @@ static const uint8_t svcd_scan_offset_pl
0xff, 0xff, 0xff,
};
-#endif
+#endif // AVCODEC_MPEG12DATA_H
Modified: trunk/libavcodec/mpeg4data.h
==============================================================================
--- trunk/libavcodec/mpeg4data.h (original)
+++ trunk/libavcodec/mpeg4data.h Sun Jun 17 20:59:28 2007
@@ -429,4 +429,4 @@ static const uint8_t mpeg4_dc_threshold[
99, 13, 15, 17, 19, 21, 23, 0
};
-#endif
+#endif // AVCODEC_MPEG4DATA_H
Modified: trunk/libavcodec/mpegaudiodectab.h
==============================================================================
--- trunk/libavcodec/mpegaudiodectab.h (original)
+++ trunk/libavcodec/mpegaudiodectab.h Sun Jun 17 20:59:28 2007
@@ -603,4 +603,4 @@ static const float ci_table[8] = {
-0.6, -0.535, -0.33, -0.185, -0.095, -0.041, -0.0142, -0.0037,
};
-#endif
+#endif // AVCODEC_MPEGAUDIODECTAB_H
Modified: trunk/libavcodec/mpegaudiotab.h
==============================================================================
--- trunk/libavcodec/mpegaudiotab.h (original)
+++ trunk/libavcodec/mpegaudiotab.h Sun Jun 17 20:59:28 2007
@@ -115,4 +115,4 @@ static const float fixed_smr[SBLIMIT] =
static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 };
-#endif
+#endif // AVCODEC_MPEGAUDIOTAB_H
Modified: trunk/libavcodec/msmpeg4tab.h
==============================================================================
--- trunk/libavcodec/msmpeg4tab.h (original)
+++ trunk/libavcodec/msmpeg4tab.h Sun Jun 17 20:59:28 2007
@@ -2020,4 +2020,4 @@ static const uint8_t wmv2_scantableB[64]
0x13, 0x32, 0x1B, 0x3A, 0x23, 0x2B, 0x33, 0x3B,
};
-#endif
+#endif // AVCODEC_MSMPEG4TAB_H
Modified: trunk/libavcodec/ppc/mathops.h
==============================================================================
--- trunk/libavcodec/ppc/mathops.h (original)
+++ trunk/libavcodec/ppc/mathops.h Sun Jun 17 20:59:28 2007
@@ -35,4 +35,4 @@
__rt; })
#endif
-#endif
+#endif // AVCODEC_PPC_MATHOPS_H
Modified: trunk/libavcodec/ppc/types_altivec.h
==============================================================================
--- trunk/libavcodec/ppc/types_altivec.h (original)
+++ trunk/libavcodec/ppc/types_altivec.h Sun Jun 17 20:59:28 2007
@@ -43,4 +43,4 @@
#define zero_u32v (vec_u32_t) zerov
#define zero_s32v (vec_s32_t) zerov
-#endif
+#endif // AVCODEC_TYPES_ALTIVEC_H
Modified: trunk/libavcodec/rangecoder.h
==============================================================================
--- trunk/libavcodec/rangecoder.h (original)
+++ trunk/libavcodec/rangecoder.h Sun Jun 17 20:59:28 2007
@@ -139,4 +139,4 @@ static inline int get_rac(RangeCoder *c,
#endif
}
-#endif
+#endif // AVCODEC_RANGECODER_H
Modified: trunk/libavcodec/roqvideo.h
==============================================================================
--- trunk/libavcodec/roqvideo.h (original)
+++ trunk/libavcodec/roqvideo.h Sun Jun 17 20:59:28 2007
@@ -70,4 +70,4 @@ void ff_apply_motion_4x4(RoqContext *ri,
void ff_apply_motion_8x8(RoqContext *ri, int x, int y, int deltax, int deltay);
-#endif
+#endif // AVCODEC_ROQVIDEO_H
Modified: trunk/libavcodec/simple_idct.h
==============================================================================
--- trunk/libavcodec/simple_idct.h (original)
+++ trunk/libavcodec/simple_idct.h Sun Jun 17 20:59:28 2007
@@ -43,4 +43,4 @@ void simple_idct248_put(uint8_t *dest, i
void simple_idct84_add(uint8_t *dest, int line_size, DCTELEM *block);
void simple_idct48_add(uint8_t *dest, int line_size, DCTELEM *block);
-#endif
+#endif // AVCODEC_SIMPLE_IDCT_H
Modified: trunk/libavcodec/sparc/vis.h
==============================================================================
--- trunk/libavcodec/sparc/vis.h (original)
+++ trunk/libavcodec/sparc/vis.h Sun Jun 17 20:59:28 2007
@@ -329,4 +329,4 @@ static inline void vis_alignaddrl_g0(voi
#define vis_pdist(rs1,rs2,rd) vis_dd2d(0x3e, rs1, rs2, rd)
-#endif
+#endif // AVCODEC_VIS_H
Modified: trunk/libavcodec/svq1_cb.h
==============================================================================
--- trunk/libavcodec/svq1_cb.h (original)
+++ trunk/libavcodec/svq1_cb.h Sun Jun 17 20:59:28 2007
@@ -1585,4 +1585,4 @@ static const int8_t svq1_intra_codebook_
}
};
-#endif
+#endif // AVCODEC_SVQ1_CB_H
Modified: trunk/libavcodec/ulti_cb.h
==============================================================================
--- trunk/libavcodec/ulti_cb.h (original)
+++ trunk/libavcodec/ulti_cb.h Sun Jun 17 20:59:28 2007
@@ -4121,4 +4121,4 @@ static const unsigned char ulti_codebook
0x3D, 0x3E, 0x3E, 0x3F
};
-#endif
+#endif // AVCODEC_ULTI_CB_H
Modified: trunk/libavcodec/vc1.h
==============================================================================
--- trunk/libavcodec/vc1.h (original)
+++ trunk/libavcodec/vc1.h Sun Jun 17 20:59:28 2007
@@ -304,4 +304,4 @@ typedef struct VC1Context{
int bi_type;
} VC1Context;
-#endif
+#endif // AVCODEC_VC1_H
Modified: trunk/libavcodec/vc1acdata.h
==============================================================================
--- trunk/libavcodec/vc1acdata.h (original)
+++ trunk/libavcodec/vc1acdata.h Sun Jun 17 20:59:28 2007
@@ -589,4 +589,4 @@ static const uint8_t vc1_last_delta_run_
}
};
-#endif
+#endif // AVCODEC_VC1ACDATA_H
Modified: trunk/libavcodec/vorbis_enc_data.h
==============================================================================
--- trunk/libavcodec/vorbis_enc_data.h (original)
+++ trunk/libavcodec/vorbis_enc_data.h Sun Jun 17 20:59:28 2007
@@ -502,4 +502,4 @@ static const struct {
{ 3, 2, 3, (const int[]){ -1, 12, 13, 14 } },
};
-#endif
+#endif // AVCODEC_VORBIS_ENC_DATA_H
Modified: trunk/libavcodec/wmadata.h
==============================================================================
--- trunk/libavcodec/wmadata.h (original)
+++ trunk/libavcodec/wmadata.h Sun Jun 17 20:59:28 2007
@@ -1438,4 +1438,4 @@ static const CoefVLCTable coef_vlcs[6] =
},
};
-#endif
+#endif // AVCODEC_WMADATA_H
Modified: trunk/libavcodec/xiph.h
==============================================================================
--- trunk/libavcodec/xiph.h (original)
+++ trunk/libavcodec/xiph.h Sun Jun 17 20:59:28 2007
@@ -40,4 +40,4 @@ int ff_split_xiph_headers(uint8_t *extra
int first_header_size, uint8_t *header_start[3],
int header_len[3]);
-#endif
+#endif // AVCODEC_XIPH_H
Modified: trunk/libavcodec/xvmc_render.h
==============================================================================
--- trunk/libavcodec/xvmc_render.h (original)
+++ trunk/libavcodec/xvmc_render.h Sun Jun 17 20:59:28 2007
@@ -52,4 +52,4 @@ typedef struct{
} xvmc_render_state_t;
-#endif
+#endif // AVCODEC_XVMC_RENDER_H
Modified: trunk/libavformat/asf.h
==============================================================================
--- trunk/libavformat/asf.h (original)
+++ trunk/libavformat/asf.h Sun Jun 17 20:59:28 2007
@@ -286,4 +286,4 @@ static const GUID my_guid = {
#define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000
-#endif
+#endif // AVFORMAT_ASF_H
Modified: trunk/libavformat/dv.h
==============================================================================
--- trunk/libavformat/dv.h (original)
+++ trunk/libavformat/dv.h Sun Jun 17 20:59:28 2007
@@ -41,4 +41,4 @@ DVMuxContext* dv_init_mux(AVFormatContex
int dv_assemble_frame(DVMuxContext *c, AVStream*, const uint8_t*, int, uint8_t**);
void dv_delete_mux(DVMuxContext*);
-#endif
+#endif // AVFORMAT_DV_H
Modified: trunk/libavformat/mpegts.h
==============================================================================
--- trunk/libavformat/mpegts.h (original)
+++ trunk/libavformat/mpegts.h Sun Jun 17 20:59:28 2007
@@ -67,4 +67,4 @@ int mpegts_parse_packet(MpegTSContext *t
const uint8_t *buf, int len);
void mpegts_parse_close(MpegTSContext *ts);
-#endif
+#endif AVFORMAT_MPEGTS_H
Modified: trunk/libavformat/nut.h
==============================================================================
--- trunk/libavformat/nut.h (original)
+++ trunk/libavformat/nut.h Sun Jun 17 20:59:28 2007
@@ -99,4 +99,4 @@ static unsigned long av_crc04C11DB7_upda
return av_crc(av_crc04C11DB7, checksum, buf, len);
}
-#endif
+#endif AVFORMAT_NUT_H
Modified: trunk/libavformat/rtspcodes.h
==============================================================================
--- trunk/libavformat/rtspcodes.h (original)
+++ trunk/libavformat/rtspcodes.h Sun Jun 17 20:59:28 2007
@@ -37,4 +37,4 @@ RTSP_STATUS_SERVICE =503, /**< S
RTSP_STATUS_VERSION =505, /**< RTSP Version not supported */
};
-#endif
+#endif // AVFORMAT_RTSPCODES_H
Modified: trunk/libavutil/base64.h
==============================================================================
--- trunk/libavutil/base64.h (original)
+++ trunk/libavutil/base64.h Sun Jun 17 20:59:28 2007
@@ -37,4 +37,4 @@ int av_base64_decode(uint8_t * out, cons
*/
char *av_base64_encode(char * buf, int buf_len, uint8_t * src, int len);
-#endif
+#endif // AVUTIL_BASE64_H
Modified: trunk/libavutil/softfloat.h
==============================================================================
--- trunk/libavutil/softfloat.h (original)
+++ trunk/libavutil/softfloat.h Sun Jun 17 20:59:28 2007
@@ -126,4 +126,4 @@ static inline int av_sf2int(SoftFloat v,
else return v.mant >>(-v.exp);
}
-#endif
+#endif // AVUTIL_SOFTFLOAT_H
Modified: trunk/libpostproc/postprocess_internal.h
==============================================================================
--- trunk/libpostproc/postprocess_internal.h (original)
+++ trunk/libpostproc/postprocess_internal.h Sun Jun 17 20:59:28 2007
@@ -185,4 +185,4 @@ static inline void linecpy(void *dest, v
}
}
-#endif
+#endif // POSTPROCESS_INTERNAL_H
More information about the ffmpeg-cvslog
mailing list