vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue May 27 13:10:02 2014 +0200| [12bc82957eb4df9220a14d8dd63e4a20e7c43117] | committer: Jean-Baptiste Kempf
LiveHTTP: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12bc82957eb4df9220a14d8dd63e4a20e7c43117 --- modules/access_output/livehttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access_output/livehttp.c b/modules/access_output/livehttp.c index 26f510c..acf0991 100644 --- a/modules/access_output/livehttp.c +++ b/modules/access_output/livehttp.c @@ -103,7 +103,7 @@ static void Close( vlc_object_t * ); #define RANDOMIV_LONGTEXT N_("Generate IV instead using segment-number as IV") #define INTITIAL_SEG_TEXT N_("Number of first segment") -#define INITIAL_SEG_LONGTEXT N_("The number of the segmented generated") +#define INITIAL_SEG_LONGTEXT N_("The number of the first segment generated") vlc_module_begin () set_description( N_("HTTP Live streaming output") ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
