[Mplayer-cvslog] CVS: main mplayer.c,1.389,1.390
Nick Kurshev
nickols_k at mail.ru
Sat Feb 9 17:36:07 CET 2002
Hello, Arpi!
On Sat, 9 Feb 2002 18:10:54 +0200 (CEST) you wrote:
A> Hi,
A>
A> heh?
A> -ni = non-interleaved avi fileformat
But from HW BES point I use that to disable adaptive deinterlacing.
If you guess that it's wrong them I'm ready to add any other key.
A>
A>
A> > Update of /cvsroot/mplayer/main
A> > In directory mplayer:/var/tmp.root/cvs-serv13244/main
A> >
A> > Modified Files:
A> > mplayer.c
A> > Log Message:
A> > temporary solution to disable adaptive deinterlacing engine
A> >
A> > Index: mplayer.c
A> > ===================================================================
A> > RCS file: /cvsroot/mplayer/main/mplayer.c,v
A> > retrieving revision 1.389
A> > retrieving revision 1.390
A> > diff -u -r1.389 -r1.390
A> > --- mplayer.c 9 Feb 2002 01:29:11 -0000 1.389
A> > +++ mplayer.c 9 Feb 2002 14:53:49 -0000 1.390
A> > @@ -118,6 +118,7 @@
A> > Video accelerated architecture
A> > **************************************************************************/
A> > vo_vaa_t vo_vaa;
A> > +extern int force_ni;
A> >
A> > //**************************************************************************//
A> > // Config file
A> > @@ -1399,7 +1400,13 @@
A> > }
A> > init_video_vaa();
A> > fflush(stdout);
A> > -
A> > + /* Temporary solution for disabling deinterlacing */
A> > + if(vo_vaa.set_deint && force_ni)
A> > + {
A> > + vidix_deinterlace_t deint;
A> > + deint.flags = CFG_NON_INTERLACED;
A> > + vo_vaa.set_deint(&deint);
A> > + }
A> > //================== MAIN: ==========================
A> > main:
A> > if(!sh_video) osd_level = 0;
A> >
A> > _______________________________________________
A> > Mplayer-cvslog mailing list
A> > Mplayer-cvslog at mplayerhq.hu
A> > http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
A> >
A> >
A>
A>
A> A'rpi / Astral & ESP-team
A>
A> --
A> "I don't RTFM? Wow. What's the meaning of this? It's new for me."
A> -- Martin Baum, a tipical MPlayer user...
A> _______________________________________________
A> Mplayer-cvslog mailing list
A> Mplayer-cvslog at mplayerhq.hu
A> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
A>
Best regards! Nick
--
"We found out that many TVout problems can be solve like this:
Please attach a TV or VCR to the port and try again.
We hope that helps."
(ATI Inc.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20020209/ae8812ec/attachment.pgp>
More information about the MPlayer-cvslog
mailing list