mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Replace wrong condition name in #endif comment by correct instance.
Originally committed as revision 30938 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
81bbd840fe
commit
f5af8f1625
@ -2211,7 +2211,7 @@ static inline void RENAME(hScale)(int16_t *dst, int dstW, const uint8_t *src, in
|
|||||||
dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ...
|
dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ...
|
||||||
//dst[i] = val>>7;
|
//dst[i] = val>>7;
|
||||||
}
|
}
|
||||||
#endif /* COMPILE_ALTIVEC */
|
#endif /* COMPILE_TEMPLATE_ALTIVEC */
|
||||||
#endif /* COMPILE_MMX */
|
#endif /* COMPILE_MMX */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user