[vlc-devel] vout-filter option.

Jean-Baptiste Kempf jb at videolan.org
Tue Aug 19 18:00:20 CEST 2008


On Tue, Aug 19, 2008 at 12:36:54PM +0200, Derk-Jan Hartman wrote :
> What's the status of the vout-filter option ?
> 
> It's still used in src, but the entry for the config option is all  
> mangled up.
> 
> 
>      add_module_list_cat( "video-filter", SUBCAT_VIDEO_VFILTER, NULL,  
> NULL,
>                  VIDEO_FILTER_TEXT, VIDEO_FILTER_LONGTEXT, false );
>         add_deprecated_alias( "filter" ); /*deprecated since 0.8.2 */
> //       add_deprecated_alias( "vout-filter" ); /* deprecated since  
> 0.8.6 *// While the "video-filter" chain isn't parsed for both vfilter  
> and vfilter2, keep both options
>      add_module_list_cat( "vout-filter", SUBCAT_VIDEO_VFILTER, NULL,  
> NULL,
>                          NULL, NULL, false );
> 
> 
> This causes the interfaces to have two entries in the  
> SUBCAT_VIDEO_VFILTER in the preferences/settings.
> The second entry without description options.
> What was the gameplan here?
No idea, ask dionoea.

I made a special case in the prefs to fix that though...

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list