[dvblast-devel] Fix wrongly named long parameter.
Georgi Chorbadzhiyski
git at videolan.org
Thu Oct 24 15:50:47 CEST 2013
dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Thu Oct 24 16:31:19 2013 +0300| [0eff94ac9582300b7ed3b801d188c2cecbb68f32] | committer: Georgi Chorbadzhiyski
Fix wrongly named long parameter.
Someone was hungry and ate the l ;)
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=0eff94ac9582300b7ed3b801d188c2cecbb68f32
---
dvblast.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dvblast.c b/dvblast.c
index 9ac9a66..5412307 100644
--- a/dvblast.c
+++ b/dvblast.c
@@ -622,7 +622,7 @@ int main( int i_argc, char **pp_argv )
{ "inversion", required_argument, NULL, 'I' },
{ "modulation", required_argument, NULL, 'm' },
{ "pilot", required_argument, NULL, 'P' },
- { "mutistream-id", required_argument, NULL, '1' },
+ { "multistream-id", required_argument, NULL, '1' },
{ "fec-lp", required_argument, NULL, 'K' },
{ "guard", required_argument, NULL, 'G' },
{ "hierarchy", required_argument, NULL, 'H' },
More information about the dvblast-devel
mailing list