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; }