early-access version 1680
This commit is contained in:
2
externals/ffmpeg/libavformat/gifdec.c
vendored
2
externals/ffmpeg/libavformat/gifdec.c
vendored
@@ -144,7 +144,7 @@ static int gif_read_header(AVFormatContext *s)
|
||||
AVBPrint bp;
|
||||
int block_size;
|
||||
|
||||
av_bprint_init(&bp, 0, -1);
|
||||
av_bprint_init(&bp, 0, AV_BPRINT_SIZE_UNLIMITED);
|
||||
while ((block_size = avio_r8(pb)) != 0) {
|
||||
avio_read_to_bprint(pb, &bp, block_size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user