[vlc-devel] vout-filter option.

Derk-Jan Hartman hartman at videolan.org
Tue Aug 19 12:36:54 CEST 2008


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?

DJ



More information about the vlc-devel mailing list