[xiph-commits] r13809 - trunk/theora/examples
j at svn.xiph.org
j at svn.xiph.org
Sat Sep 15 04:20:13 PDT 2007
Author: j
Date: 2007-09-15 04:20:11 -0700 (Sat, 15 Sep 2007)
New Revision: 13809
Modified:
trunk/theora/examples/encoder_example.c
Log:
- rename new option to be inline with the rest (thanks, David)
Modified: trunk/theora/examples/encoder_example.c
===================================================================
--- trunk/theora/examples/encoder_example.c 2007-09-14 20:52:49 UTC (rev 13808)
+++ trunk/theora/examples/encoder_example.c 2007-09-15 11:20:11 UTC (rev 13809)
@@ -86,7 +86,7 @@
{"aspect-denominator",optional_argument,NULL,'S'},
{"framerate-numerator",optional_argument,NULL,'f'},
{"framerate-denominator",optional_argument,NULL,'F'},
- {"noise-suppress",required_argument,NULL,'n'},
+ {"noise-sensitivity",required_argument,NULL,'n'},
{"sharpness",required_argument,NULL,'m'},
{"keyframe-freq",required_argument,NULL,'k'},
{NULL,0,NULL,0}
More information about the commits
mailing list