[SCM] libav/experimental: rgb2rgb: remove unused yvu9toyv12 function

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:15:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 4821b4456fadff48b188e96346432365411b80fe
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sat Sep 11 14:29:55 2010 +0000

    rgb2rgb: remove unused yvu9toyv12 function
    
    Originally committed as revision 32155 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index d86cafc..8112dab 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -1753,16 +1753,6 @@ static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t
 #endif
 }
 
-static inline void RENAME(yvu9toyv12)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc,
-                                      uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
-                                      long width, long height, long lumStride, long chromStride)
-{
-    /* Y Plane */
-    memcpy(ydst, ysrc, width*height);
-
-    /* XXX: implement upscaling for U,V */
-}
-
 static inline void RENAME(planar2x)(const uint8_t *src, uint8_t *dst, long srcWidth, long srcHeight, long srcStride, long dstStride)
 {
     long x,y;
@@ -2930,7 +2920,6 @@ static inline void RENAME(rgb2rgb_init)(void)
     yuv422ptoyuy2   = RENAME(yuv422ptoyuy2);
     yuv422ptouyvy   = RENAME(yuv422ptouyvy);
     yuy2toyv12      = RENAME(yuy2toyv12);
-//    yvu9toyv12      = RENAME(yvu9toyv12);
     planar2x        = RENAME(planar2x);
     rgb24toyv12     = RENAME(rgb24toyv12);
     interleaveBytes = RENAME(interleaveBytes);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list