changeset 7991:a38b31a2ac52 libavcodec

100l forgot return type.
author michael
date Sat, 04 Oct 2008 01:11:04 +0000
parents 58955234a2bd
children b5f5257c0c70
files h264_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;