Commit 42d3fea6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'af7d13ee'

* commit 'af7d13ee':
  asink_nullsink: plug a memory leak.
  x86: h264_idct: port to cpuflags
  x86: cpu: Drop unused HAVE_RWEFLAGS condition
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 26444171 af7d13ee
This diff is collapsed.
......@@ -24,6 +24,7 @@
static int null_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
{
avfilter_unref_bufferp(&samplesref);
return 0;
}
......
......@@ -69,7 +69,7 @@
#define cpuid_test ff_cpu_cpuid_test
#elif HAVE_INLINE_ASM || HAVE_RWEFLAGS
#elif HAVE_INLINE_ASM
static int cpuid_test(void)
{
......
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