summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
diff options
context:
space:
mode:
authormswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 15:18:38 +0000
committermswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 15:18:38 +0000
commitff1ffe28bfadb30d0da271e5a002d3584e4586e2 (patch)
treeeb38daa0748e858150a88278973d02cd1e969dfd /libvo/vo_dxr3.c
parentd1281245b38d6f113dfd5cba5637f9e40322e27e (diff)
downloadmpv-ff1ffe28bfadb30d0da271e5a002d3584e4586e2.tar.bz2
mpv-ff1ffe28bfadb30d0da271e5a002d3584e4586e2.tar.xz
Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5309 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dxr3.c')
-rw-r--r--libvo/vo_dxr3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c
index 2073ea6702..517b88c64d 100644
--- a/libvo/vo_dxr3.c
+++ b/libvo/vo_dxr3.c
@@ -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 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
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;