diff options
author | Arpi <arpi@thot.banki.hu> | 2002-09-01 14:30:55 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2002-09-01 14:30:55 +0000 |
commit | 6b791538b90b95624e4d7b30743b409f3ee64997 (patch) | |
tree | d51c1d32a789ce83b606c8cb351aaf311fcb1281 /postproc | |
parent | cca1b2410ee740b328810091e7e3d1217674df07 (diff) | |
download | ffmpeg-6b791538b90b95624e4d7b30743b409f3ee64997.tar.gz |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Originally committed as revision 7221 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/postprocess_template.c | 2 |
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) { |