[SCM] libav/experimental: warning fixes by Dominik Mierzejewski <dominik at rangers.eu.org>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:33:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 6b791538b90b95624e4d7b30743b409f3ee64997
Author: Arpi <arpi at thot.banki.hu>
Date:   Sun Sep 1 14:30:55 2002 +0000

    warning fixes by Dominik Mierzejewski <dominik at rangers.eu.org>
    
    Originally committed as revision 7221 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index 4e5bd16..dbb6dd5 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -2449,6 +2449,8 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
  * Copies a block from src to dst and fixes the blacklevel
  * levelFix == 0 -> dont touch the brighness & contrast
  */
+#undef SCALED_CPY
+
 static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride,
 	int levelFix)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list