]> git.sesse.net Git - vlc/commitdiff
Use the "video filter2" capability for transcode's vfilter option so we don't get...
authorClément Stenac <zorglub@videolan.org>
Wed, 6 Sep 2006 21:32:39 +0000 (21:32 +0000)
committerClément Stenac <zorglub@videolan.org>
Wed, 6 Sep 2006 21:32:39 +0000 (21:32 +0000)
We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly

modules/stream_out/transcode.c

index 89866cc3fe0c0b427f7189c50f7dbbc50f06aa0f..f35d7b3a5471fc3eb89233b78ca309e5bc5ab0b0 100644 (file)
@@ -221,7 +221,7 @@ vlc_module_begin();
                  MAXWIDTH_LONGTEXT, VLC_TRUE );
     add_integer( SOUT_CFG_PREFIX "maxheight", 0, NULL, MAXHEIGHT_TEXT,
                  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,
                      VFILTER_TEXT, VFILTER_LONGTEXT, VLC_FALSE );