mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:18:57 +00:00
10l
Originally committed as revision 11071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
caeaabe7d0
commit
2549c2bc00
@ -87,6 +87,15 @@ extern void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint
|
|||||||
unsigned int width, unsigned int height,
|
unsigned int width, unsigned int height,
|
||||||
int lumStride, int chromStride, int srcStride);
|
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
|
* height should be a multiple of 2 and width should be a multiple of 2 (if this is a
|
||||||
|
Loading…
Reference in New Issue
Block a user