From dd990075d62a981283de008b43cea0556fa81959 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 4 Oct 2008 01:11:04 +0000 Subject: 100l forgot return type. Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264_parser.c') diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index bc3a2c021d..e0973bf6e0 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -139,7 +139,7 @@ static int h264_split(AVCodecContext *avctx, return 0; } -static close(AVCodecParserContext *s) +static void close(AVCodecParserContext *s) { H264Context *h = s->priv_data; ParseContext *pc = &h->s.parse_context; -- cgit v1.2.3