From b9606b37f4fdfea92752f0f04734927ddfaf8508 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 5 Nov 2001 00:45:55 +0000 Subject: yv12 <-> yuy2 in C git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2702 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/rgb2rgb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'postproc/rgb2rgb.h') diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h index 0f7c8141a0..d6f8f4c616 100644 --- a/postproc/rgb2rgb.h +++ b/postproc/rgb2rgb.h @@ -18,4 +18,8 @@ void palette8torgb16(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette) void palette8torgb15(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette); void palette8torgb24(uint8_t *src, uint8_t *dst, int src_size, uint8_t *palette); +void yv12toyuy2(uint8_t *ysrc, uint8_t *usrc, uint8_t *vsrc, uint8_t *dst, int src_size); +void yuy2toyv12(uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int src_size); + + #endif -- cgit v1.2.3