From: Limin Wang <[email protected]>
Signed-off-by: Limin Wang <[email protected]>
---
libavcodec/dxtory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c
index 4dd675316b..d2d7482262 100644
--- a/libavcodec/dxtory.c
+++ b/libavcodec/dxtory.c
@@ -613,7 +613,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
int *got_frame,
ret = dxtory_decode_v2_565(avctx, pic, src + 16, avpkt->size - 16, 0);
break;
default:
- avpriv_request_sample(avctx, "Frame header %"PRIX32, AV_RB32(src));
+ avpriv_request_sample(avctx, "Frame header %"PRIX32"", AV_RB32(src));
return AVERROR_PATCHWELCOME;
}
--
2.21.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".