diff h264_parser.c @ 7991:a38b31a2ac52 libavcodec

100l forgot return type.
author michael
date Sat, 04 Oct 2008 01:11:04 +0000
parents 0607ff0877ff
children 60be1c7d8345
line wrap: on
line diff
--- a/h264_parser.c	Sat Oct 04 01:08:48 2008 +0000
+++ b/h264_parser.c	Sat Oct 04 01:11:04 2008 +0000
@@ -139,7 +139,7 @@
     return 0;
 }
 
-static close(AVCodecParserContext *s)
+static void close(AVCodecParserContext *s)
 {
     H264Context *h = s->priv_data;
     ParseContext *pc = &h->s.parse_context;