mov: Drop extra format specifier in error message
This commit is contained in:
parent
f20bcec4c2
commit
95a72aed76
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue