[Mplayer-cvslog] CVS: main/libmpcodecs ve_xvid.c,1.11,1.12

Rémi Guyomarch CVS rguyom at mplayerhq.hu
Wed Dec 25 12:44:28 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv25513

Modified Files:
	ve_xvid.c 
Log Message:

API change in dev-api-3 branch.


Index: ve_xvid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_xvid.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ve_xvid.c	18 Dec 2002 08:10:24 -0000	1.11
+++ ve_xvid.c	25 Dec 2002 11:44:14 -0000	1.12
@@ -382,6 +382,9 @@
     fp->enc_frame.bitstream = fp->mux->buffer;
     fp->enc_frame.length = -1 /* fp->mux->buffer_size */;
     fp->enc_frame.image = mpi->planes[0];
+#ifdef XVID_API_UNSTABLE
+    fp->enc_frame.stride = mpi->stride[0];
+#endif
 
     // get quantizers & I/P decision from the VBR engine
 #ifdef XVID_API_UNSTABLE




More information about the MPlayer-cvslog mailing list