[FFmpeg-devel] [PATCH v1 2/6] avcodec/dxtory: cosmetics

lance.lmwang at gmail.com lance.lmwang at gmail.com
Fri Oct 11 09:14:40 EEST 2019


From: Limin Wang <lance.lmwang at gmail.com>

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
 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



More information about the ffmpeg-devel mailing list