[Mplayer-cvslog] CVS: main/libmpcodecs ve_libdv.c,1.8,1.9
Attila Kinali CVS
attila at mplayerhq.hu
Tue Jan 20 06:39:14 CET 2004
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/scsi/2/tmp/cvs-serv6192/libmpcodecs
Modified Files:
ve_libdv.c
Log Message:
prevent the libdv decoder from adding "NTSC setup" on decode
patch by Dan Dennedy <dan at dennedy.org>
Index: ve_libdv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_libdv.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ve_libdv.c 25 Oct 2003 18:37:34 -0000 1.8
+++ ve_libdv.c 20 Jan 2004 05:39:12 -0000 1.9
@@ -91,7 +91,7 @@
memset(vf->priv,0,sizeof(struct vf_priv_s));
vf->priv->mux=(muxer_stream_t*)args;
- vf->priv->enc=dv_encoder_new(1,1,1); // FIXME, parse some options!
+ vf->priv->enc=dv_encoder_new(0,1,1); // FIXME, parse some options!
if(!vf->priv->enc) return 0;
mux_v->bih=malloc(sizeof(BITMAPINFOHEADER));
More information about the MPlayer-cvslog
mailing list