summaryrefslogtreecommitdiff
path: root/ivfdec.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-10-11 09:41:14 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-10-11 09:55:52 -0400
commit78f2d3edb74c43375afd0dcb7e131b19641456e0 (patch)
tree1792d1ee6827607f4ac0a7b63383a49a2d2e8a1e /ivfdec.c
parent7e6f7b579a4e52bb2f81d5e3529e8b7f7d00bea5 (diff)
downloadlibvpx-78f2d3edb74c43375afd0dcb7e131b19641456e0.tar
libvpx-78f2d3edb74c43375afd0dcb7e131b19641456e0.tar.gz
libvpx-78f2d3edb74c43375afd0dcb7e131b19641456e0.tar.bz2
libvpx-78f2d3edb74c43375afd0dcb7e131b19641456e0.zip
Remove ivfenc usage message leading underscores
An earlier automatic transform changed eg '\nOptions' to '\n_options' which is incorrect in these printfs. Fix these. Change-Id: I7e0f37931ef82b79fadddd7058ce0df5572e2ca1
Diffstat (limited to 'ivfdec.c')
-rw-r--r--ivfdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivfdec.c b/ivfdec.c
index 3919d6bb2..8065e70be 100644
--- a/ivfdec.c
+++ b/ivfdec.c
@@ -113,7 +113,7 @@ static void usage_exit()
"Options:\n", exec_name);
arg_show_usage(stderr, all_args);
#if CONFIG_VP8_DECODER
- fprintf(stderr, "\nvp8 Postprocessing Options:\n");
+ fprintf(stderr, "\nVP8 Postprocessing Options:\n");
arg_show_usage(stderr, vp8_pp_args);
#endif
fprintf(stderr, "\nIncluded decoders:\n\n");