[vlc-devel] [PATCH] dcp: Command-line option to choose a CPL

Rémi Denis-Courmont remi at remlab.net
Fri Feb 7 13:12:20 CET 2014


On Fri, 7 Feb 2014 10:24:42 +0100, Denis Charmet <typx at dinauz.org> wrote:
> Hi,
> 
> Le jeudi 06 février 2014 à 08:46:45, Valentin Vetter a écrit :
>> @@ -69,6 +73,7 @@ vlc_module_begin()
>>      set_capability( "access_demux", 0 )
>>      set_category( CAT_INPUT )
>>      set_subcategory( SUBCAT_INPUT_ACCESS )
>> +    add_integer( "cpl_num", 0, DCP_CPL_TEXT, DCP_CPL_LONGTEXT, false )
> 
> For readability when using long help I'd prefer it with a "dcp-" prefix
> and a dash rather than an underscore.

Following IRC discussion, I think this should use the demux title
infrastucture rather than a dedicated option anyway.

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list