# HG changeset patch # User michael # Date 1223082664 0 # Node ID a38b31a2ac520355259cdd170026ded79d0cfe8f # Parent 58955234a2bd6af777983f540a216cc918b527f1 100l forgot return type. diff -r 58955234a2bd -r a38b31a2ac52 h264_parser.c --- 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;