[SCM] libav/experimental: reversed for cause of code obsolescence

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:37:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 3f4185517f12c45de316e67b9e733603116a51d3
Author: Pierre Lombard <p_l at gmx.fr>
Date:   Sun Sep 21 01:23:07 2003 +0000

    reversed for cause of code obsolescence
    
    Originally committed as revision 10896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h
index c92d727..e604d29 100644
--- a/postproc/rgb2rgb.h
+++ b/postproc/rgb2rgb.h
@@ -9,7 +9,7 @@
 #ifndef RGB2RGB_INCLUDED
 #define RGB2RGB_INCLUDED
 
-#include <stdio.h>
+// Note: do not fix the dependence on stdio.h
 
 /* A full collection of rgb to rgb(bgr) convertors */
 extern void (*rgb24to32)(const uint8_t *src,uint8_t *dst,unsigned src_size);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list