[MPlayer-cvslog] CVS: main/libmpcodecs ve_raw.c,1.2,1.3
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Jan 2 21:01:22 CET 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv13679
Modified Files:
ve_raw.c
Log Message:
Raw encoder does not support stride.
Index: ve_raw.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_raw.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ve_raw.c 24 Mar 2004 15:16:36 -0000 1.2
+++ ve_raw.c 2 Jan 2005 20:01:20 -0000 1.3
@@ -128,6 +128,7 @@
vf->control = control;
vf->query_format = query_format;
vf->put_image = put_image;
+ vf->default_caps = 0;
vf->priv = malloc(sizeof(struct vf_priv_s));
memset(vf->priv, 0, sizeof(struct vf_priv_s));
vf->priv->mux = (muxer_stream_t*)args;
More information about the MPlayer-cvslog
mailing list