[SCM] libav/experimental: Remove unneeded code

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:31 UTC 2013


The following commit has been merged in the experimental branch:
commit 2df19ea53ad77de79ab16cea99cd98359c2e300a
Author: Luca Abeni <lucabe72 at email.it>
Date:   Sat Jul 1 14:39:14 2006 +0000

    Remove unneeded code
    
    Originally committed as revision 18880 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index e38893d..79de5a0 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -124,21 +124,6 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint
 			long srcStride1, long srcStride2,
 			long srcStride3, long dstStride);
 	
-
-#define MODE_RGB  0x1
-#define MODE_BGR  0x2
-
-static void yuv2rgb(uint8_t * image, uint8_t * py,
-			      uint8_t * pu, uint8_t * pv,
-			      unsigned h_size, unsigned v_size,
-			      int rgb_stride, int y_stride, int uv_stride){
-printf("broken, this should use the swscaler\n");
-}
-
-static void yuv2rgb_init (unsigned bpp, int mode){
-printf("broken, this should use the swscaler\n");
-}
-
 void sws_rgb2rgb_init(int flags);
 
 #endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list