mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 19:51:25 +08:00
Fix all -Wformat warnings raised by DJGPP
This commit is contained in:
@@ -102,7 +102,7 @@ static int ast_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
pkt->stream_index = 0;
|
||||
pkt->pos = pos;
|
||||
} else {
|
||||
av_log(s, AV_LOG_ERROR, "unknown chunk %x\n", type);
|
||||
av_log(s, AV_LOG_ERROR, "unknown chunk %"PRIx32"\n", type);
|
||||
avio_skip(s->pb, size);
|
||||
ret = AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
Reference in New Issue
Block a user