[FFmpeg-cvslog] r23885 - trunk/libavcodec/x86/h264dsp_mmx.c

darkshikari subversion
Tue Jun 29 14:28:06 CEST 2010


Author: darkshikari
Date: Tue Jun 29 14:28:06 2010
New Revision: 23885

Log:
Add missing mm_support call toff_h264_pred_init_x86.
I'm not sure if this is supposed to be here, but it can't hurt.

Modified:
   trunk/libavcodec/x86/h264dsp_mmx.c

Modified: trunk/libavcodec/x86/h264dsp_mmx.c
==============================================================================
--- trunk/libavcodec/x86/h264dsp_mmx.c	Tue Jun 29 08:42:17 2010	(r23884)
+++ trunk/libavcodec/x86/h264dsp_mmx.c	Tue Jun 29 14:28:06 2010	(r23885)
@@ -2353,6 +2353,8 @@ void ff_pred4x4_vertical_vp8_mmxext(uint
 #if CONFIG_H264DSP
 void ff_h264_pred_init_x86(H264PredContext *h, int codec_id)
 {
+    mm_flags = mm_support();
+
 #if HAVE_YASM
     if (mm_flags & FF_MM_MMX) {
         h->pred16x16[VERT_PRED8x8] = ff_pred16x16_vertical_mmx;



More information about the ffmpeg-cvslog mailing list