changeset 2173:f6021da48f21 libavformat

add a comment to indicate which #endif belong to which #define
author gpoirier
date Sun, 17 Jun 2007 18:59:28 +0000
parents 92f61ed53965
children 293cdbf6d7ca
files asf.h dv.h mpegts.h nut.h rtspcodes.h
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/asf.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/asf.h	Sun Jun 17 18:59:28 2007 +0000
@@ -286,4 +286,4 @@
 
 #define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000
 
-#endif
+#endif // AVFORMAT_ASF_H
--- a/dv.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/dv.h	Sun Jun 17 18:59:28 2007 +0000
@@ -41,4 +41,4 @@
 int dv_assemble_frame(DVMuxContext *c, AVStream*, const uint8_t*, int, uint8_t**);
 void dv_delete_mux(DVMuxContext*);
 
-#endif
+#endif // AVFORMAT_DV_H
--- a/mpegts.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/mpegts.h	Sun Jun 17 18:59:28 2007 +0000
@@ -67,4 +67,4 @@
                         const uint8_t *buf, int len);
 void mpegts_parse_close(MpegTSContext *ts);
 
-#endif
+#endif AVFORMAT_MPEGTS_H
--- a/nut.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/nut.h	Sun Jun 17 18:59:28 2007 +0000
@@ -99,4 +99,4 @@
     return av_crc(av_crc04C11DB7, checksum, buf, len);
 }
 
-#endif
+#endif AVFORMAT_NUT_H
--- a/rtspcodes.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/rtspcodes.h	Sun Jun 17 18:59:28 2007 +0000
@@ -37,4 +37,4 @@
 RTSP_STATUS_VERSION         =505, /**< RTSP Version not supported */
 };
 
-#endif
+#endif // AVFORMAT_RTSPCODES_H