Commit 88523892 authored by michael's avatar michael

100l forgot return type.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9f311dd8
...@@ -139,7 +139,7 @@ static int h264_split(AVCodecContext *avctx, ...@@ -139,7 +139,7 @@ static int h264_split(AVCodecContext *avctx,
return 0; return 0;
} }
static close(AVCodecParserContext *s) static void close(AVCodecParserContext *s)
{ {
H264Context *h = s->priv_data; H264Context *h = s->priv_data;
ParseContext *pc = &h->s.parse_context; 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