Changeset 593b0f343e9dc2c7a9c8c5348011cc79b64695f8

Show
Ignore:
Timestamp:
21/08/08 00:24:07 (3 months ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1219271047 +0200
git-parent:

[249fb10047dbb45e50165ae1c2708cf6c391ca55]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1219270971 +0200
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_filter/swscale.c

    rcd92098 r593b0f3  
    6262vlc_module_begin(); 
    6363    set_description( N_("Video scaling filter") ); 
    64     set_capability( "video filter2", 55 ); 
     64    set_capability( "video filter2", 150 ); 
    6565    set_category( CAT_VIDEO ); 
    6666    set_subcategory( SUBCAT_VIDEO_VFILTER );