[Mplayer-cvslog] CVS: main mplayer.c,1.390,1.391
Nick Kurshev
nick at mplayer.dev.hu
Mon Feb 11 08:30:07 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vosub_vidix.c,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.152,1.153 codec-cfg.c,1.66,1.67 codec-cfg.h,1.40,1.41 configure,1.387,1.388 dec_video.c,1.101,1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv10543/main
Modified Files:
mplayer.c
Log Message:
Unroll -ni usage for deint. Anyway it doesn't help :(
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -r1.390 -r1.391
--- mplayer.c 9 Feb 2002 14:53:49 -0000 1.390
+++ mplayer.c 11 Feb 2002 07:30:05 -0000 1.391
@@ -118,7 +118,6 @@
Video accelerated architecture
**************************************************************************/
vo_vaa_t vo_vaa;
-extern int force_ni;
//**************************************************************************//
// Config file
@@ -1400,13 +1399,7 @@
}
init_video_vaa();
fflush(stdout);
- /* Temporary solution for disabling deinterlacing */
- if(vo_vaa.set_deint && force_ni)
- {
- vidix_deinterlace_t deint;
- deint.flags = CFG_NON_INTERLACED;
- vo_vaa.set_deint(&deint);
- }
+
//================== MAIN: ==========================
main:
if(!sh_video) osd_level = 0;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vosub_vidix.c,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.152,1.153 codec-cfg.c,1.66,1.67 codec-cfg.h,1.40,1.41 configure,1.387,1.388 dec_video.c,1.101,1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list