Commit 0be0fafa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout-filter is not quite the same as vout-splitter so not an alias

parent becbeb5d
......@@ -1753,7 +1753,7 @@ vlc_module_begin ()
VIDEO_FILTER_TEXT, VIDEO_FILTER_LONGTEXT, false )
add_module_list_cat( "video-splitter", SUBCAT_VIDEO_VFILTER, NULL,
VIDEO_SPLITTER_TEXT, VIDEO_SPLITTER_LONGTEXT, false )
add_deprecated_alias( "vout-filter" ) /* since 1.2.0 */
add_obsolete_string( "vout-filter" ) /* since 1.2.0 */
#if 0
add_string( "pixel-ratio", "1", PIXEL_RATIO_TEXT, PIXEL_RATIO_TEXT )
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment