Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
109f62e8
Commit
109f62e8
authored
Oct 05, 2011
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale: decide whether to use yuv2plane1/X on a per-plane basis.
parent
f99654d4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
112 additions
and
79 deletions
+112
-79
swscale.c
libswscale/swscale.c
+109
-75
swscale_internal.h
libswscale/swscale_internal.h
+3
-4
No files found.
libswscale/swscale.c
View file @
109f62e8
This diff is collapsed.
Click to expand it.
libswscale/swscale_internal.h
View file @
109f62e8
...
...
@@ -412,10 +412,9 @@ typedef struct SwsContext {
#endif
/* function pointers for swScale() */
yuv2planar1_fn
yuv2yuv1
;
yuv2planarX_fn
yuv2planeX_luma
;
yuv2planarX_fn
yuv2planeX_chroma
;
yuv2interleavedX_fn
yuv2nv12X_chroma
;
yuv2planar1_fn
yuv2plane1
;
yuv2planarX_fn
yuv2planeX
;
yuv2interleavedX_fn
yuv2nv12cX
;
yuv2packed1_fn
yuv2packed1
;
yuv2packed2_fn
yuv2packed2
;
yuv2packedX_fn
yuv2packedX
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment