Commit 8dde0ccc authored by Clément Stenac's avatar Clément Stenac

Use the "video filter2" capability for transcode's vfilter option so we don't get vfilter1.

We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly
parent d72b2da0
...@@ -221,7 +221,7 @@ vlc_module_begin(); ...@@ -221,7 +221,7 @@ vlc_module_begin();
MAXWIDTH_LONGTEXT, VLC_TRUE ); MAXWIDTH_LONGTEXT, VLC_TRUE );
add_integer( SOUT_CFG_PREFIX "maxheight", 0, NULL, MAXHEIGHT_TEXT, add_integer( SOUT_CFG_PREFIX "maxheight", 0, NULL, MAXHEIGHT_TEXT,
MAXHEIGHT_LONGTEXT, VLC_TRUE ); MAXHEIGHT_LONGTEXT, VLC_TRUE );
add_module_list_cat( SOUT_CFG_PREFIX "vfilter", SUBCAT_VIDEO_VFILTER2, add_module_list( SOUT_CFG_PREFIX "vfilter", "video filter2",
NULL, NULL, NULL, NULL,
VFILTER_TEXT, VFILTER_LONGTEXT, VLC_FALSE ); VFILTER_TEXT, VFILTER_LONGTEXT, VLC_FALSE );
......
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