100l forgot return type.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Oct 2008 01:11:04 +0000 (01:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Oct 2008 01:11:04 +0000 (01:11 +0000)
Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264_parser.c

index bc3a2c021d70712a295258418048cafa633525d5..e0973bf6e0f25d4e5753197fc81d6f73fae447c6 100644 (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;