You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
100l forgot return type.
Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user