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
51da31f1
Commit
51da31f1
authored
Oct 30, 2001
by
Nick Kurshev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetic
Originally committed as revision 2565 to
svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent
541c4eb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rgb2rgb.c
postproc/rgb2rgb.c
+1
-1
rgb2rgb_template.c
postproc/rgb2rgb_template.c
+1
-1
No files found.
postproc/rgb2rgb.c
View file @
51da31f1
...
...
@@ -118,7 +118,7 @@ void rgb32to24(uint8_t *src,uint8_t *dst,uint32_t src_size)
/*
Original by Strepto/Astral
ported to gcc & bugfixed : A'rpi
MMX
,
3DNOW optimization by Nick Kurshev
MMX
2,
3DNOW optimization by Nick Kurshev
*/
void
rgb15to16
(
uint8_t
*
src
,
uint8_t
*
dst
,
uint32_t
src_size
)
{
...
...
postproc/rgb2rgb_template.c
View file @
51da31f1
...
...
@@ -118,7 +118,7 @@ void rgb32to24(uint8_t *src,uint8_t *dst,uint32_t src_size)
/*
Original by Strepto/Astral
ported to gcc & bugfixed : A'rpi
MMX
,
3DNOW optimization by Nick Kurshev
MMX
2,
3DNOW optimization by Nick Kurshev
*/
void
rgb15to16
(
uint8_t
*
src
,
uint8_t
*
dst
,
uint32_t
src_size
)
{
...
...
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