Mercurial > libavformat.hg
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