Skip to content

Commit

Permalink
nvencinfo: Remove debugging hack
Browse files Browse the repository at this point in the history
I temporarily forced the number of detected codec types to one to debug
the handling and then checked that in. Whoops.
  • Loading branch information
philipl committed Jan 4, 2022
1 parent feba6cb commit cddaedd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvencinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 |");
Expand Down

0 comments on commit cddaedd

Please sign in to comment.