summaryrefslogtreecommitdiffstats
path: root/libavformat/ircamdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ircamdec.c')
-rw-r--r--libavformat/ircamdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ircamdec.c b/libavformat/ircamdec.c
index a6b7a28..d376ffe 100644
--- a/libavformat/ircamdec.c
+++ b/libavformat/ircamdec.c
@@ -94,7 +94,7 @@ static int ircam_read_header(AVFormatContext *s)
st->codecpar->codec_id = ff_codec_get_id(tags, tag);
if (st->codecpar->codec_id == AV_CODEC_ID_NONE) {
- av_log(s, AV_LOG_ERROR, "unknown tag %X\n", tag);
+ av_log(s, AV_LOG_ERROR, "unknown tag %"PRIx32"\n", tag);
return AVERROR_INVALIDDATA;
}
OpenPOWER on IntegriCloud