[SCM] libav/experimental: Fix #endif comment typo.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:18 UTC 2013


The following commit has been merged in the experimental branch:
commit aeb6a69714c2247d237316ffe124d73273a97f08
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Oct 17 09:21:52 2007 +0000

    Fix #endif comment typo.
    
    Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 8492a0c..47eeb4c 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -59,4 +59,4 @@ int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
 void ff_parse_close(AVCodecParserContext *s);
 void ff_parse1_close(AVCodecParserContext *s);
 
-#endif /* !FFMPEG_PARSER_H */
+#endif /* FFMPEG_PARSER_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list