[FFmpeg-cvslog] r10761 - trunk/libavcodec/parser.h

diego subversion
Wed Oct 17 11:21:52 CEST 2007


Author: diego
Date: Wed Oct 17 11:21:52 2007
New Revision: 10761

Log:
Fix #endif comment typo.


Modified:
   trunk/libavcodec/parser.h

Modified: trunk/libavcodec/parser.h
==============================================================================
--- trunk/libavcodec/parser.h	(original)
+++ trunk/libavcodec/parser.h	Wed Oct 17 11:21:52 2007
@@ -59,4 +59,4 @@ int ff_mpeg4video_split(AVCodecContext *
 void ff_parse_close(AVCodecParserContext *s);
 void ff_parse1_close(AVCodecParserContext *s);
 
-#endif /* !FFMPEG_PARSER_H */
+#endif /* FFMPEG_PARSER_H */




More information about the ffmpeg-cvslog mailing list