[FFmpeg-devel] [PATCH 3/4] Remove unneeded emms_c

David Conrad lessen42
Tue Feb 9 20:57:16 CET 2010


From: David Conrad <davedc at Kozue.local>

---
 libavcodec/vp3.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 42c3061..fedc8e9 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -1558,8 +1558,6 @@ static void render_slice(Vp3DecodeContext *s, int slice)
       *   else if (slice > 0)
       *     dispatch (slice - 1);
       */
-
-    emms_c();
 }
 
 static void apply_loop_filter(Vp3DecodeContext *s)
-- 
1.6.6




More information about the ffmpeg-devel mailing list