summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 14:30:55 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 14:30:55 +0000
commitd8edb8566cf577169d1d17de0665d8b0e097459d (patch)
treedccbf1718e46124a822520ca7dd4a005d79c001a /postproc
parentb3ebd28168eed4245fda255a4e865c02fcbf465a (diff)
downloadmpv-d8edb8566cf577169d1d17de0665d8b0e097459d.tar.bz2
mpv-d8edb8566cf577169d1d17de0665d8b0e097459d.tar.xz
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/postprocess_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index 4e5bd166d5..dbb6dd5f42 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)
{