dsputil: x86: Hide arch-specific initialization details

Also give consistent names to init functions.
This commit is contained in:
Diego Biurrun
2012-10-12 19:57:25 +02:00
parent f61bece684
commit a64f6a04ac
4 changed files with 8 additions and 9 deletions

View File

@@ -686,7 +686,7 @@ static av_cold void dsputil_init_sse4(DSPContext *c, AVCodecContext *avctx,
#endif /* HAVE_SSE4_EXTERNAL */
}
av_cold void ff_dsputil_init_mmx(DSPContext *c, AVCodecContext *avctx)
av_cold void ff_dsputil_init_x86(DSPContext *c, AVCodecContext *avctx)
{
int cpu_flags = av_get_cpu_flags();