From aef0ba33056ba8ac2c7640c23c97411df8671ad5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 13 Sep 2017 12:26:07 +0200 Subject: [PATCH] transcode: hwaccels - improve 'trying pix_fmt' log line --- src/transcoding/transcode/hwaccels/hwaccels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transcoding/transcode/hwaccels/hwaccels.c b/src/transcoding/transcode/hwaccels/hwaccels.c index 86c187bf1..4a8e8218d 100644 --- a/src/transcoding/transcode/hwaccels/hwaccels.c +++ b/src/transcoding/transcode/hwaccels/hwaccels.c @@ -77,7 +77,7 @@ hwaccels_decode_get_format(AVCodecContext *avctx, for (i = 0; pix_fmts[i] != AV_PIX_FMT_NONE; i++) { pix_fmt = pix_fmts[i]; if ((desc = av_pix_fmt_desc_get(pix_fmt))) { - tvhdebug(LS_TRANSCODE, "trying pix_fmt: %s", desc->name); + tvhtrace(LS_TRANSCODE, "hwaccels: [%s] trying pix_fmt: %s", avctx->codec->name, desc->name); if ((desc->flags & AV_PIX_FMT_FLAG_HWACCEL) && !hwaccels_decode_setup_context(avctx, pix_fmt)) { break; -- 2.47.3