# HG changeset patch # User mswitch # Date 1016983118 0 # Node ID 69e55c9c1a1abe2dbdf1367eba36a2b88169a025 # Parent fb58b4a8fb184fe4668a4c2930aea148d2cfb37a Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky diff -r fb58b4a8fb18 -r 69e55c9c1a1a libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Sun Mar 24 14:47:28 2002 +0000 +++ b/libvo/vo_dxr3.c Sun Mar 24 15:18:38 2002 +0000 @@ -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;