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
|
|
@ -251,7 +251,7 @@ int ff_combine_frame(ParseContext *pc, int next,
|
|||
const uint8_t **buf, int *buf_size)
|
||||
{
|
||||
if (pc->overread) {
|
||||
ff_dlog(NULL, "overread %d, state:%X next:%d index:%d o_index:%d\n",
|
||||
ff_dlog(NULL, "overread %d, state:%"PRIX32" next:%d index:%d o_index:%d\n",
|
||||
pc->overread, pc->state, next, pc->index, pc->overread_index);
|
||||
ff_dlog(NULL, "%X %X %X %X\n",
|
||||
(*buf)[0], (*buf)[1], (*buf)[2], (*buf)[3]);
|
||||
|
|
@ -314,7 +314,7 @@ int ff_combine_frame(ParseContext *pc, int next,
|
|||
}
|
||||
|
||||
if (pc->overread) {
|
||||
ff_dlog(NULL, "overread %d, state:%X next:%d index:%d o_index:%d\n",
|
||||
ff_dlog(NULL, "overread %d, state:%"PRIX32" next:%d index:%d o_index:%d\n",
|
||||
pc->overread, pc->state, next, pc->index, pc->overread_index);
|
||||
ff_dlog(NULL, "%X %X %X %X\n",
|
||||
(*buf)[0], (*buf)[1], (*buf)[2], (*buf)[3]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue