Commit dd990075 authored by Michael Niedermayer's avatar Michael Niedermayer

100l forgot return type.

Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2791c608
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment