changeset 634:be1cb0e1f276 libavcodec

warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 01 Sep 2002 14:30:55 +0000
parents e7b72c1dfa1b
children 3e0f62e5eed6
files libpostproc/postprocess_template.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c	Sun Sep 01 09:33:05 2002 +0000
+++ b/libpostproc/postprocess_template.c	Sun Sep 01 14:30:55 2002 +0000
@@ -2449,6 +2449,8 @@
  * 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)
 {