mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Fix all -Wformat warnings raised by DJGPP
This commit is contained in:
parent
1473afac5d
commit
549045254c
56 changed files with 118 additions and 101 deletions
|
|
@ -115,7 +115,7 @@ static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame)
|
|||
default:
|
||||
av_assert0(!"reached");
|
||||
}
|
||||
av_bprintf(bp, ", 0x%08x", cksum);
|
||||
av_bprintf(bp, ", 0x%08"PRIx32, cksum);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue