[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.11,1.12
Arpi of Ize
arpi at mplayer.dev.hu
Sun Apr 7 04:11:13 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv6253
Modified Files:
vd_ffmpeg.c
Log Message:
don't config twice
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vd_ffmpeg.c 5 Apr 2002 15:40:31 -0000 1.11
+++ vd_ffmpeg.c 7 Apr 2002 02:11:10 -0000 1.12
@@ -89,7 +89,7 @@
}
mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: libavcodec init OK!\n");
ctx->last_aspect=-3;
- return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
+ return 1; //mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
}
// uninit driver
More information about the MPlayer-cvslog
mailing list