From 611594e7e814163343896400b52a99661559d3c0 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 17 Apr 2016 18:28:14 -0700 Subject: d3dva: include selected decoder and format in verbose output --- video/decode/dxva2.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/decode/dxva2.c') diff --git a/video/decode/dxva2.c b/video/decode/dxva2.c index c90fa76885..852c32f038 100644 --- a/video/decode/dxva2.c +++ b/video/decode/dxva2.c @@ -170,6 +170,9 @@ static DWORD get_dxfmt_cb(struct lavc_ctx *s, const GUID *guid, int depth) for (UINT j = 0; j < n_formats; j++) { if (formats[i] == d3d9_fmt->format) { ret = formats[i]; + MP_VERBOSE(p, "Selecting %s %s\n", + d3d_decoder_guid_to_desc(guid), + mp_tag_str(ret)); goto done; } } -- cgit v1.2.3