You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
yadif: use emms_c() instead of inline assembly for emms invocations.
This commit is contained in:
@@ -135,9 +135,8 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if HAVE_MMX
|
|
||||||
__asm__ volatile("emms \n\t" : : : "memory");
|
emms_c();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static AVFilterBufferRef *get_video_buffer(AVFilterLink *link, int perms, int w, int h)
|
static AVFilterBufferRef *get_video_buffer(AVFilterLink *link, int perms, int w, int h)
|
||||||
|
Reference in New Issue
Block a user