summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hqdn3d.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-05 13:51:09 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-05 13:51:44 +0100
commite3c93f1f84a339d40315987963f636222b3ed72d (patch)
treeb6a01d67f3150598527abb5e3951cabcb06916ad /libavfilter/vf_hqdn3d.c
parent5abbeefd5e64ee229eeb226cc7109046f09f14b3 (diff)
parente995cf1bccc6e91bbaa6a8771e23fb3ab259c110 (diff)
downloadffmpeg-e3c93f1f84a339d40315987963f636222b3ed72d.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: avfilter: Add missing emms_c when needed Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_hqdn3d.c')
-rw-r--r--libavfilter/vf_hqdn3d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c
index 518a23d424..f96f2384c4 100644
--- a/libavfilter/vf_hqdn3d.c
+++ b/libavfilter/vf_hqdn3d.c
@@ -147,6 +147,7 @@ static void denoise_depth(HQDN3DContext *s,
else
denoise_temporal(src, dst, frame_ant,
w, h, sstride, dstride, temporal, depth);
+ emms_c();
}
#define denoise(...) \