summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-06-06 16:14:38 +0000
committerRodeo <[email protected]>2013-06-06 16:14:38 +0000
commit343c82ea080c98012917ca487ea9d882c4e48aab (patch)
tree4cc106b7d1d711b3e57178a1251ab984245a3c69
parent0d259d522f43eff63882a85d82bf81d092facc63 (diff)
Cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5568 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index b59ffdea0..6508918e4 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2944,8 +2944,8 @@ static void ShowHelp()
"### Video Options------------------------------------------------------------\n\n"
" -e, --encoder <string> Set video library encoder\n"
" Options: " );
+ name = NULL;
encoder = NULL;
- name = NULL;
while ((encoder = hb_video_encoder_get_next(encoder)) != NULL)
{
fprintf(out, "%s", encoder->short_name);