Correct the endif comment
The code block is about HAVE_NEON, not X86_ASM.
This commit is contained in:
parent
201ab42d7e
commit
ce4fa9e272
@ -135,7 +135,7 @@ void InitExpandPictureFunc (void* pL, const uint32_t kuiCPUFlag) {
|
|||||||
pFuncList->pfExpandChromaPicture[0] = ExpandPictureChroma_c;
|
pFuncList->pfExpandChromaPicture[0] = ExpandPictureChroma_c;
|
||||||
pFuncList->pfExpandChromaPicture[1] = ExpandPictureChroma_neon;
|
pFuncList->pfExpandChromaPicture[1] = ExpandPictureChroma_neon;
|
||||||
}
|
}
|
||||||
#endif//X86_ASM
|
#endif//HAVE_NEON
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user