You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics: break long line update_flags_cpu
Originally committed as revision 32392 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -729,7 +729,11 @@ static int handle_jpeg(enum PixelFormat *format)
|
|||||||
static int update_flags_cpu(int flags)
|
static int update_flags_cpu(int flags)
|
||||||
{
|
{
|
||||||
#if !CONFIG_RUNTIME_CPUDETECT //ensure that the flags match the compiled variant if cpudetect is off
|
#if !CONFIG_RUNTIME_CPUDETECT //ensure that the flags match the compiled variant if cpudetect is off
|
||||||
flags &= ~(SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2|SWS_CPU_CAPS_3DNOW|SWS_CPU_CAPS_ALTIVEC|SWS_CPU_CAPS_BFIN);
|
flags &= ~( SWS_CPU_CAPS_MMX
|
||||||
|
|SWS_CPU_CAPS_MMX2
|
||||||
|
|SWS_CPU_CAPS_3DNOW
|
||||||
|
|SWS_CPU_CAPS_ALTIVEC
|
||||||
|
|SWS_CPU_CAPS_BFIN);
|
||||||
flags |= ff_hardcodedcpuflags();
|
flags |= ff_hardcodedcpuflags();
|
||||||
#endif /* CONFIG_RUNTIME_CPUDETECT */
|
#endif /* CONFIG_RUNTIME_CPUDETECT */
|
||||||
return flags;
|
return flags;
|
||||||
|
Reference in New Issue
Block a user