[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
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib decod386.c,1.13,1.14 decode_MMX.c,1.5,1.6 decode_i586.c,1.3,1.4 mpg123.h,1.5,1.6 tabinit.c,1.3,1.4 tabinit_MMX.c,1.4,1.5
- Next message: [Mplayer-cvslog] Re: CVS: main/libmpcodecs ve_xvid.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib decod386.c,1.13,1.14 decode_MMX.c,1.5,1.6 decode_i586.c,1.3,1.4 mpg123.h,1.5,1.6 tabinit.c,1.3,1.4 tabinit_MMX.c,1.4,1.5
- Next message: [Mplayer-cvslog] Re: CVS: main/libmpcodecs ve_xvid.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list