]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/chain.c
Chroma modules now exactly implement the "video filter2" capability.
[vlc] / modules / video_chroma / chain.c
index 988dd0bc2b7caebdbd90850a1751e821e14e1ad2..acbda70e68f465e51fdc4d5ad4587f17470c0306 100644 (file)
@@ -46,7 +46,7 @@ static void Chain    ( filter_t *, picture_t *, picture_t * );
  *****************************************************************************/
 vlc_module_begin();
     set_description( N_("Chroma conversions using a chain of chroma conversion modules") );
-    set_capability( "chroma", 1 );
+    set_capability( "video filter2", 1 );
     set_callbacks( Activate, Destroy );
 vlc_module_end();