[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.10,1.11

pl pl at mplayer.dev.hu
Fri Apr 5 17:40:43 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv12017

Modified Files:
	vd_ffmpeg.c 
Log Message:
Bugreports start appearing - no reaction :/
I apply the fix/workaround.


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vd_ffmpeg.c	5 Apr 2002 04:48:15 -0000	1.10
+++ vd_ffmpeg.c	5 Apr 2002 15:40:31 -0000	1.11
@@ -89,7 +89,7 @@
     }
     mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: libavcodec init OK!\n");
     ctx->last_aspect=-3;
-    return 1; //mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
+    return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
 }
 
 // uninit driver




More information about the MPlayer-cvslog mailing list