Commit 593b0f34 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

swscale: prefer swscale over our own chroma modules,

Now that swscale can handle RGB chroma's, let's try to use is where we can, it is likely a lot faster.
parent 249fb100
......@@ -61,7 +61,7 @@ const char *const ppsz_mode_descriptions[] =
vlc_module_begin();
set_description( N_("Video scaling filter") );
set_capability( "video filter2", 55 );
set_capability( "video filter2", 150 );
set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER );
set_callbacks( OpenScaler, CloseScaler );
......
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