changeset 5169:3fd46e281bd8 libavcodec

add a comment to indicate which #endif belong to which #define
author gpoirier
date Sun, 17 Jun 2007 18:59:28 +0000
parents e8da39f42724
children 0f6a38c1b63c
files armv4l/mathops.h atrac3data.h bethsoftvideo.h bmp.h cavsdata.h cookdata.h dca.h dcadata.h dcahuff.h dnxhddata.h dvdata.h elbg.h faandct.h golomb.h h261.h h261data.h h263_parser.h h263data.h h264data.h i386/mathops.h imcdata.h indeo2data.h indeo3data.h mpcdata.h mpeg12data.h mpeg4data.h mpegaudiodectab.h mpegaudiotab.h msmpeg4tab.h ppc/mathops.h ppc/types_altivec.h rangecoder.h roqvideo.h simple_idct.h sparc/vis.h svq1_cb.h ulti_cb.h vc1.h vc1acdata.h vorbis_enc_data.h wmadata.h xiph.h xvmc_render.h
diffstat 43 files changed, 43 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/armv4l/mathops.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/armv4l/mathops.h	Sun Jun 17 18:59:28 2007 +0000
@@ -51,4 +51,4 @@
 
 #endif
 
-#endif
+#endif // AVCODEC_ARM_MATHOPS_H
--- a/atrac3data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/atrac3data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -137,4 +137,4 @@
 /* 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
--- a/bethsoftvideo.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/bethsoftvideo.h	Sun Jun 17 18:59:28 2007 +0000
@@ -12,4 +12,4 @@
     EOF_BLOCK           = 0x14,
 };
 
-#endif
+#endif // AVCODEC_BETHSOFTVIDEO_H
--- a/bmp.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/bmp.h	Sun Jun 17 18:59:28 2007 +0000
@@ -35,4 +35,4 @@
     BMP_BITFIELDS   =3,
 } BiCompression;
 
-#endif
+#endif // AVCODEC_BMP_H
--- a/cavsdata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/cavsdata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -518,4 +518,4 @@
 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
--- a/cookdata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/cookdata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -563,4 +563,4 @@
     cplscale2, cplscale3, cplscale4, cplscale5, cplscale6,
 };
 
-#endif
+#endif // AVCODEC_COOKDATA_H
--- a/dca.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/dca.h	Sun Jun 17 18:59:28 2007 +0000
@@ -31,4 +31,4 @@
 #define DCA_MARKER_14B_BE 0x1FFFE800
 #define DCA_MARKER_14B_LE 0xFF1F00E8
 
-#endif
+#endif // AVCODEC_DCA_H
--- a/dcadata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/dcadata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -8471,4 +8471,4 @@
 
 */
 
-#endif
+#endif // AVCODEC_DCADATA_H
--- a/dcahuff.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/dcahuff.h	Sun Jun 17 18:59:28 2007 +0000
@@ -1073,4 +1073,4 @@
     bitalloc_129_bits_e, bitalloc_129_bits_f, bitalloc_129_bits_g, NULL }
 };
 
-#endif
+#endif // AVCODEC_DCAHUFF_H
--- a/dnxhddata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/dnxhddata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -110,4 +110,4 @@
     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
--- a/dvdata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/dvdata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -2729,4 +2729,4 @@
     return 3;
 }
 
-#endif
+#endif // AVCODEC_DVDATA_H
--- a/elbg.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/elbg.h	Sun Jun 17 18:59:28 2007 +0000
@@ -52,4 +52,4 @@
                   int numCB, int num_steps, int *closest_cb,
                   AVRandomState *rand_state);
 
-#endif
+#endif // AVCODEC_ELBG_H
--- a/faandct.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/faandct.h	Sun Jun 17 18:59:28 2007 +0000
@@ -37,4 +37,4 @@
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
 
-#endif
+#endif // AVCODEC_FAANDCT_H
--- a/golomb.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/golomb.h	Sun Jun 17 18:59:28 2007 +0000
@@ -484,4 +484,4 @@
     set_ur_golomb_jpegls(pb, v, k, limit, esc_len);
 }
 
-#endif
+#endif // AVCODEC_GOLOMB_H
--- a/h261.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/h261.h	Sun Jun 17 18:59:28 2007 +0000
@@ -48,4 +48,4 @@
 
 #define MB_TYPE_H261_FIL 0x800000
 
-#endif
+#endif AVCODEC_H261_H
--- a/h261data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/h261data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -161,4 +161,4 @@
     h261_tcoeff_level,
 };
 
-#endif
+#endif // AVCODEC_H261DATA_H
--- a/h263_parser.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/h263_parser.h	Sun Jun 17 18:59:28 2007 +0000
@@ -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
--- a/h263data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/h263data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -311,4 +311,4 @@
     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
--- a/h264data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/h264data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -1329,4 +1329,4 @@
     }
 };
 
-#endif
+#endif // AVCODEC_H264DATA_H
--- a/i386/mathops.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/i386/mathops.h	Sun Jun 17 18:59:28 2007 +0000
@@ -42,4 +42,4 @@
      asm ("imull %2\n\t" : "=A"(rt) : "a" (ra), "g" (rb));\
      rt; })
 
-#endif
+#endif // AVCODEC_X86_MATHOPS_H
--- a/imcdata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/imcdata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -167,4 +167,4 @@
     }
 };
 
-#endif
+#endif // AVCODEC_IMCDATA_H
--- a/indeo2data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/indeo2data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -138,4 +138,4 @@
  0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80
 };
 
-#endif
+#endif // AVCODEC_INDEO2DATA_H
--- a/indeo3data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/indeo3data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -2339,4 +2339,4 @@
         0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
 };
 
-#endif
+#endif // AVCODEC_INDEO3DATA_H
--- a/mpcdata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/mpcdata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -210,4 +210,4 @@
     0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789
 };
 
-#endif
+#endif // AVCODEC_MPCDATA_H
--- a/mpeg12data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/mpeg12data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -479,4 +479,4 @@
     0xff, 0xff, 0xff,
 };
 
-#endif
+#endif // AVCODEC_MPEG12DATA_H
--- a/mpeg4data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/mpeg4data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -429,4 +429,4 @@
     99, 13, 15, 17, 19, 21, 23, 0
 };
 
-#endif
+#endif // AVCODEC_MPEG4DATA_H
--- a/mpegaudiodectab.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/mpegaudiodectab.h	Sun Jun 17 18:59:28 2007 +0000
@@ -603,4 +603,4 @@
     -0.6, -0.535, -0.33, -0.185, -0.095, -0.041, -0.0142, -0.0037,
 };
 
-#endif
+#endif // AVCODEC_MPEGAUDIODECTAB_H
--- a/mpegaudiotab.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/mpegaudiotab.h	Sun Jun 17 18:59:28 2007 +0000
@@ -115,4 +115,4 @@
 
 static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 };
 
-#endif
+#endif // AVCODEC_MPEGAUDIOTAB_H
--- a/msmpeg4tab.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/msmpeg4tab.h	Sun Jun 17 18:59:28 2007 +0000
@@ -2020,4 +2020,4 @@
 0x13, 0x32, 0x1B, 0x3A, 0x23, 0x2B, 0x33, 0x3B,
 };
 
-#endif
+#endif // AVCODEC_MSMPEG4TAB_H
--- a/ppc/mathops.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/ppc/mathops.h	Sun Jun 17 18:59:28 2007 +0000
@@ -35,4 +35,4 @@
          __rt; })
 #endif
 
-#endif
+#endif // AVCODEC_PPC_MATHOPS_H
--- a/ppc/types_altivec.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/ppc/types_altivec.h	Sun Jun 17 18:59:28 2007 +0000
@@ -43,4 +43,4 @@
 #define zero_u32v (vec_u32_t) zerov
 #define zero_s32v (vec_s32_t) zerov
 
-#endif
+#endif // AVCODEC_TYPES_ALTIVEC_H
--- a/rangecoder.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/rangecoder.h	Sun Jun 17 18:59:28 2007 +0000
@@ -139,4 +139,4 @@
 #endif
 }
 
-#endif
+#endif // AVCODEC_RANGECODER_H
--- a/roqvideo.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/roqvideo.h	Sun Jun 17 18:59:28 2007 +0000
@@ -70,4 +70,4 @@
 
 void ff_apply_motion_8x8(RoqContext *ri, int x, int y, int deltax, int deltay);
 
-#endif
+#endif // AVCODEC_ROQVIDEO_H
--- a/simple_idct.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/simple_idct.h	Sun Jun 17 18:59:28 2007 +0000
@@ -43,4 +43,4 @@
 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
--- a/sparc/vis.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/sparc/vis.h	Sun Jun 17 18:59:28 2007 +0000
@@ -329,4 +329,4 @@
 
 #define vis_pdist(rs1,rs2,rd)           vis_dd2d(0x3e, rs1, rs2, rd)
 
-#endif
+#endif // AVCODEC_VIS_H
--- a/svq1_cb.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/svq1_cb.h	Sun Jun 17 18:59:28 2007 +0000
@@ -1585,4 +1585,4 @@
  }
 };
 
-#endif
+#endif // AVCODEC_SVQ1_CB_H
--- a/ulti_cb.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/ulti_cb.h	Sun Jun 17 18:59:28 2007 +0000
@@ -4121,4 +4121,4 @@
     0x3D, 0x3E, 0x3E, 0x3F
 };
 
-#endif
+#endif // AVCODEC_ULTI_CB_H
--- a/vc1.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/vc1.h	Sun Jun 17 18:59:28 2007 +0000
@@ -304,4 +304,4 @@
     int bi_type;
 } VC1Context;
 
-#endif
+#endif // AVCODEC_VC1_H
--- a/vc1acdata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/vc1acdata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -589,4 +589,4 @@
 }
 };
 
-#endif
+#endif // AVCODEC_VC1ACDATA_H
--- a/vorbis_enc_data.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/vorbis_enc_data.h	Sun Jun 17 18:59:28 2007 +0000
@@ -502,4 +502,4 @@
     { 3, 2, 3, (const int[]){ -1, 12, 13, 14 } },
 };
 
-#endif
+#endif // AVCODEC_VORBIS_ENC_DATA_H
--- a/wmadata.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/wmadata.h	Sun Jun 17 18:59:28 2007 +0000
@@ -1438,4 +1438,4 @@
     },
 };
 
-#endif
+#endif // AVCODEC_WMADATA_H
--- a/xiph.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/xiph.h	Sun Jun 17 18:59:28 2007 +0000
@@ -40,4 +40,4 @@
                           int first_header_size, uint8_t *header_start[3],
                           int header_len[3]);
 
-#endif
+#endif // AVCODEC_XIPH_H
--- a/xvmc_render.h	Sun Jun 17 15:47:03 2007 +0000
+++ b/xvmc_render.h	Sun Jun 17 18:59:28 2007 +0000
@@ -52,4 +52,4 @@
 
 } xvmc_render_state_t;
 
-#endif
+#endif // AVCODEC_XVMC_RENDER_H