[Mplayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.5,1.6
Richard Felker CVS
rfelker at mplayer.dev.hu
Sun Apr 14 22:32:23 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv27029/libmpcodecs
Modified Files:
ve_lavc.c
Log Message:
fixed broken mencoder compile after motion est method for lavc
was moved from a global to the encoder context.
Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ve_lavc.c 13 Apr 2002 19:14:31 -0000 1.5
+++ ve_lavc.c 14 Apr 2002 20:32:21 -0000 1.6
@@ -126,7 +126,7 @@
/* motion estimation (0 = none ... 3 = high quality but slow) */
/* this is just an extern from libavcodec but it should be in the
encoder context - FIXME */
- motion_estimation_method = lavc_param_vme;
+ lavc_venc_context.me_method = lavc_param_vme;
/* fixed qscale :p */
if (lavc_param_vqscale)
More information about the MPlayer-cvslog
mailing list