diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-17 09:21:52 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-17 09:21:52 +0000 |
commit | aeb6a69714c2247d237316ffe124d73273a97f08 (patch) | |
tree | 299d53c6b4e2b7646a0b903188f6cbf7b76fe285 /libavcodec/parser.h | |
parent | 52703a6459d164f30f850f31333946393f1dd414 (diff) | |
download | ffmpeg-aeb6a69714c2247d237316ffe124d73273a97f08.tar.gz |
Fix #endif comment typo.
Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r-- | libavcodec/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 8492a0c9b0..47eeb4cdea 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 */ |