100l forgot return type.

Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-10-04 01:11:04 +00:00
parent 2791c60883
commit dd990075d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;