mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
cbs_h264: Fix format specifier
This commit is contained in:
parent
79d666aa57
commit
59b00ffea3
@ -761,7 +761,7 @@ static int FUNC(sei_payload)(CodedBitstreamContext *ctx, RWContext *rw,
|
||||
end_position = get_bits_count(rw);
|
||||
if (end_position < start_position + 8 * current->payload_size) {
|
||||
av_log(ctx->log_ctx, AV_LOG_ERROR, "Incorrect SEI payload length: "
|
||||
"header %d bits, actually %d bits.\n",
|
||||
"header %"PRIu32" bits, actually %d bits.\n",
|
||||
8 * current->payload_size,
|
||||
end_position - start_position);
|
||||
return AVERROR_INVALIDDATA;
|
||||
|
Loading…
Reference in New Issue
Block a user