[FFmpeg-cvslog] r15539 - trunk/libavcodec/h264_parser.c

michael subversion
Sat Oct 4 03:11:04 CEST 2008


Author: michael
Date: Sat Oct  4 03:11:04 2008
New Revision: 15539

Log:
100l forgot return type.


Modified:
   trunk/libavcodec/h264_parser.c

Modified: trunk/libavcodec/h264_parser.c
==============================================================================
--- trunk/libavcodec/h264_parser.c	(original)
+++ trunk/libavcodec/h264_parser.c	Sat Oct  4 03:11:04 2008
@@ -139,7 +139,7 @@ static int h264_split(AVCodecContext *av
     return 0;
 }
 
-static close(AVCodecParserContext *s)
+static void close(AVCodecParserContext *s)
 {
     H264Context *h = s->priv_data;
     ParseContext *pc = &h->s.parse_context;




More information about the ffmpeg-cvslog mailing list