mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
mov: Drop extra format specifier in error message
This commit is contained in:
parent
f20bcec4c2
commit
95a72aed76
@ -4715,7 +4715,7 @@ static int mov_read_sv3d(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
||||
|
||||
if (b >= UINT_MAX - t || r >= UINT_MAX - l) {
|
||||
av_log(c->fc, AV_LOG_ERROR,
|
||||
"Invalid bounding rectangle coordinates %"SIZE_SPECIFIER","
|
||||
"Invalid bounding rectangle coordinates "
|
||||
"%"PRIu32",%"PRIu32",%"PRIu32",%"PRIu32"\n", l, t, r, b);
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user