# HG changeset patch # User gpoirier # Date 1182106768 0 # Node ID f6021da48f2122900188b0065dc5137bb04cace5 # Parent 92f61ed53965d34b851e44d8538f1adb0d3fd79e add a comment to indicate which #endif belong to which #define diff -r 92f61ed53965 -r f6021da48f21 asf.h --- 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 diff -r 92f61ed53965 -r f6021da48f21 dv.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 diff -r 92f61ed53965 -r f6021da48f21 mpegts.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 diff -r 92f61ed53965 -r f6021da48f21 nut.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 diff -r 92f61ed53965 -r f6021da48f21 rtspcodes.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