mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Merge remote-tracking branch 'newdev/master'
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -147,7 +147,7 @@ static int cin_read_frame_header(CinDemuxContext *cin, AVIOContext *pb) {
|
||||
hdr->video_frame_size = avio_rl32(pb);
|
||||
hdr->audio_frame_size = avio_rl32(pb);
|
||||
|
||||
if (url_feof(pb) || url_ferror(pb))
|
||||
if (url_feof(pb) || pb->error)
|
||||
return AVERROR(EIO);
|
||||
|
||||
if (avio_rl32(pb) != 0xAA55AA55)
|
||||
|
Reference in New Issue
Block a user