[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.70,1.71

David Holm mswitch at mplayer.dev.hu
Sun Mar 24 16:18:41 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv22717/libvo

Modified Files:
	vo_dxr3.c 
Log Message:
Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- vo_dxr3.c	23 Mar 2002 18:16:22 -0000	1.70
+++ vo_dxr3.c	24 Mar 2002 15:18:38 -0000	1.71
@@ -80,11 +80,11 @@
 #include "../postproc/swscale.h"
 #include "../cpudetect.h"
 
-/*#ifndef USE_LIBAVCODEC*/
+#ifndef USE_LIBAVCODEC
 #  define USE_LIBFAME
-/*#else
+#else
 #  undef USE_LIBFAME
-#endif*/
+#endif
 #ifdef USE_LIBFAME
 #include "../libfame/fame.h"
 static unsigned char *outbuf = NULL;
@@ -288,7 +288,7 @@
 			return -1;
 		}
 
-		fame_obj = fame_get_object(fame_ctx, "motion/none");
+		fame_obj = fame_get_object(fame_ctx, "motion/pmvfast");
 		fame_register(fame_ctx, "motion", fame_obj);
 		
 		fame_params.width = s_width;




More information about the MPlayer-cvslog mailing list