This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
yadif: use emms_c() instead of inline assembly for emms invocations.
tags/n1.0
Ronald S. Bultje
13 years ago
parent
b170b323e3
commit
731fa116b4
1 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
libavfilter/vf_yadif.c
+ 2
- 3
libavfilter/vf_yadif.c
View File
@@ -135,9 +135,8 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
}
}
}
}
}
}
#if HAVE_MMX
__asm__ volatile("emms \n\t" : : : "memory");
#endif
emms_c();
}
}
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)
Write
Preview
Loading…
Cancel
Save