[Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.116,1.117
Arpi of Ize
arpi at mplayer.dev.hu
Thu Mar 7 01:44:20 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_internal.h,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_divx4.c,NONE,1.1 vd_odivx.c,NONE,1.1 vd_vfw.c,NONE,1.1 Makefile,1.6,1.7 vd.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv27654
Modified Files:
dec_video.c
Log Message:
10l
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- dec_video.c 6 Mar 2002 22:02:51 -0000 1.116
+++ dec_video.c 7 Mar 2002 00:44:18 -0000 1.117
@@ -63,7 +63,7 @@
int get_video_quality_max(sh_video_t *sh_video){
if(mpvdec){
- int ret=mpvdec->control(sh_video,VDCTRL_QUERY_MAX_PP_LEVEL);
+ int ret=mpvdec->control(sh_video,VDCTRL_QUERY_MAX_PP_LEVEL,NULL);
if(ret>=0) return ret;
}
return 0;
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_internal.h,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_divx4.c,NONE,1.1 vd_odivx.c,NONE,1.1 vd_vfw.c,NONE,1.1 Makefile,1.6,1.7 vd.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list