diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:16:22 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:16:22 +0100 |
commit | d58bea2b9caa5512cbd5136719391cc7055fe410 (patch) | |
tree | 3f28b783be70d2c1f1e1268aa5af00365cf97405 /v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h | |
parent | d02d1e3c9f20e691d7d3ff62275d57bfc4766e19 (diff) | |
download | mediapointer-dvb-s2-d58bea2b9caa5512cbd5136719391cc7055fe410.tar.gz mediapointer-dvb-s2-d58bea2b9caa5512cbd5136719391cc7055fe410.tar.bz2 |
libv4l: remove duplicate v4lconvert_yvyu_to_yuv420 function
From: Hans de Goede <hdegoede@redhat.com>
Remove v4lconvert_yvyu_to_yuv420 function as its functionality is
duplicate with v4lconvert_yuyv_to_yuv420
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h')
-rw-r--r-- | v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h b/v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h index c268375c8..c8fa705f0 100644 --- a/v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h +++ b/v4l2-apps/libv4l/libv4lconvert/libv4lconvert-priv.h @@ -129,9 +129,6 @@ void v4lconvert_yvyu_to_rgb24(const unsigned char *src, unsigned char *dst, void v4lconvert_yvyu_to_bgr24(const unsigned char *src, unsigned char *dst, int width, int height); -void v4lconvert_yvyu_to_yuv420(const unsigned char *src, unsigned char *dst, - int width, int height, int yvu); - void v4lconvert_uyvy_to_rgb24(const unsigned char *src, unsigned char *dst, int width, int height); |