Commit 5cf61a6d authored by arpi's avatar arpi

warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7221 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 3876ece4
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment