summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index e8685f91d..b59ffdea0 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2945,6 +2945,7 @@ static void ShowHelp()
" -e, --encoder <string> Set video library encoder\n"
" Options: " );
encoder = NULL;
+ name = NULL;
while ((encoder = hb_video_encoder_get_next(encoder)) != NULL)
{
fprintf(out, "%s", encoder->short_name);