mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 21:12:53 +08:00
Fix all -Wformat warnings raised by DJGPP
This commit is contained in:
@@ -68,7 +68,7 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
|
||||
pkt->side_data[i].data,
|
||||
pkt->side_data[i].size);
|
||||
}
|
||||
av_strlcatf(buf, sizeof(buf), ", %8d, 0x%08x", pkt->side_data[i].size, side_data_crc);
|
||||
av_strlcatf(buf, sizeof(buf), ", %8d, 0x%08"PRIx32, pkt->side_data[i].size, side_data_crc);
|
||||
}
|
||||
}
|
||||
av_strlcatf(buf, sizeof(buf), "\n");
|
||||
|
||||
Reference in New Issue
Block a user