summaryrefslogtreecommitdiff
path: root/libavcodec/lagarith.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-22 23:44:28 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-22 23:44:28 +0100
commitde182701ac9e5c6f571e21ba1fffb1fa8d0f808d (patch)
tree7cd842c2634db0ff70ef8c811c29511f3c97ac8d /libavcodec/lagarith.c
parent9d6a27d5336550c131d2a45fc4b0e90c93e46aca (diff)
parent4f4840377f8074c0b8f4c07e5c44226b2d4e79da (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: lagarith: Fix typo in printf format string Conflicts: libavcodec/lagarith.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/lagarith.c')
-rw-r--r--libavcodec/lagarith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c
index 7c2f27de0f..6571baf2e7 100644
--- a/libavcodec/lagarith.c
+++ b/libavcodec/lagarith.c
@@ -713,7 +713,7 @@ static int lag_decode_frame(AVCodecContext *avctx,
break;
default:
av_log(avctx, AV_LOG_ERROR,
- "Unsupported Lagarith frame type: %#"PRIu8"\n", frametype);
+ "Unsupported Lagarith frame type: %#"PRIx8"\n", frametype);
return AVERROR_PATCHWELCOME;
}