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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue