diff options
author | Benoit Fouet | 2007-06-19 21:12:52 +0000 |
---|---|---|
committer | Benoit Fouet | 2007-06-19 21:12:52 +0000 |
commit | 9e15dfebb4400d41f170cc4c088c7a670ed2c3cf (patch) | |
tree | 14c3c6a46c5e1b07e9d0b03b00f69c03f171bd88 /libavformat/mpegts.h | |
parent | d6cfad679a818fec2bad1fc94da937ad1a1d7324 (diff) |
comment endif directive token
Originally committed as revision 9369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegts.h')
-rw-r--r-- | libavformat/mpegts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index b2a3299aaf..b18e5a44cc 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -67,4 +67,4 @@ int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt, const uint8_t *buf, int len); void mpegts_parse_close(MpegTSContext *ts); -#endif AVFORMAT_MPEGTS_H +#endif /* AVFORMAT_MPEGTS_H */ |