From cddaeddb8f385c69ff4d626dbbeea714b1137e5c Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Tue, 4 Jan 2022 14:39:35 -0800 Subject: [PATCH] nvencinfo: Remove debugging hack I temporarily forced the number of detected codec types to one to debug the handling and then checked that in. Whoops. --- nvencinfo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nvencinfo.c b/nvencinfo.c index 6100a52..346e166 100644 --- a/nvencinfo.c +++ b/nvencinfo.c @@ -513,7 +513,6 @@ static int print_codecs(void *encoder) } CHECK_NV(nv_funcs.nvEncGetEncodeGUIDs(encoder, guids, count, &count)); - count = 1; printf("=============================================================\n"); printf(" Codec |");