w64dec: fix skipping of unknown guids
Regression since14d50c1
. Fixes #2932. Signed-off-by: Paul B Mahol <onemda@gmail.com> (cherry picked from commit79b70e47a4
)
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
c93874c3a8
commit
f1f8c0e558
@@ -655,7 +655,7 @@ static int w64_read_header(AVFormatContext *s)
|
||||
avio_skip(pb, end - avio_tell(pb));
|
||||
} else {
|
||||
av_log(s, AV_LOG_DEBUG, "unknown guid: "FF_PRI_GUID"\n", FF_ARG_GUID(guid));
|
||||
avio_skip(pb, size - 24);
|
||||
avio_skip(pb, FFALIGN(size, INT64_C(8)) - 24);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user