Changeset 593b0f343e9dc2c7a9c8c5348011cc79b64695f8
- 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
| rcd92098 |
r593b0f3 |
|
| 62 | 62 | vlc_module_begin(); |
|---|
| 63 | 63 | set_description( N_("Video scaling filter") ); |
|---|
| 64 | | set_capability( "video filter2", 55 ); |
|---|
| | 64 | set_capability( "video filter2", 150 ); |
|---|
| 65 | 65 | set_category( CAT_VIDEO ); |
|---|
| 66 | 66 | set_subcategory( SUBCAT_VIDEO_VFILTER ); |
|---|