[SCM] libav/experimental: Use enum PixelFormat in sws_format_name() prototype

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:48:27 UTC 2013


The following commit has been merged in the experimental branch:
commit b4b91702348214db71c3afce4b79718714e23a34
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Jul 1 12:40:28 2009 +0000

    Use enum PixelFormat in sws_format_name() prototype
    
    Originally committed as revision 29409 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 23ceec7..60a08a7 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -294,7 +294,7 @@ void ff_yuv2packedX_altivec(SwsContext *c,
                             const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize,
                             uint8_t *dest, int dstW, int dstY);
 
-const char *sws_format_name(int format);
+const char *sws_format_name(enum PixelFormat format);
 
 //FIXME replace this with something faster
 #define is16BPS(x)      (           \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list