mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
update libavformat/mov.c.
ffmpeg问题修改 Signed-off-by: ziyugao <gaoziyu0614@outlook.com>
This commit is contained in:
parent
1334d9f2e5
commit
b9139b53be
@ -6299,7 +6299,7 @@ static int mov_read_free(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
||||
if (atom.size < 8)
|
||||
return 0;
|
||||
|
||||
ret = avio_read(pb, content, FFMIN(sizeof(content), atom.size));
|
||||
ret = ffio_read_size(pb, content, FFMIN(sizeof(content), atom.size));
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user