Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
2549c2bc
Commit
2549c2bc
authored
Oct 09, 2003
by
Michael Niedermayer
Browse files
10l
Originally committed as revision 11071 to
svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent
caeaabe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
postproc/rgb2rgb.h
postproc/rgb2rgb.h
+9
-0
No files found.
postproc/rgb2rgb.h
View file @
2549c2bc
...
...
@@ -87,6 +87,15 @@ extern void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint
unsigned
int
width
,
unsigned
int
height
,
int
lumStride
,
int
chromStride
,
int
srcStride
);
/**
*
* height should be a multiple of 2 and width should be a multiple of 16 (if this is a
* problem for anyone then tell me, and ill fix it)
*/
extern
void
(
*
yv12touyvy
)(
const
uint8_t
*
ysrc
,
const
uint8_t
*
usrc
,
const
uint8_t
*
vsrc
,
uint8_t
*
dst
,
unsigned
int
width
,
unsigned
int
height
,
int
lumStride
,
int
chromStride
,
int
dstStride
);
/**
*
* height should be a multiple of 2 and width should be a multiple of 2 (if this is a
...
...
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