Commit 87eb0d59 authored by michael's avatar michael

typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3415 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b5764728
......@@ -696,7 +696,7 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int
#else
#ifdef ARCH_POWERPC
#ifdef HAVE_ALTIVEC
else if(c->cpuCaps & PP_CPU_CAPS_ALTIVEC)
if(c->cpuCaps & PP_CPU_CAPS_ALTIVEC)
postProcess_altivec(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c);
else
#endif
......
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