[MPlayer-dev-eng] Re: [PATCH] xvid patch for last dev3api

Rémi Guyomarch rguyom at pobox.com
Wed Dec 25 12:51:26 CET 2002


On Wed, Dec 25, 2002 at 11:37:37AM +0100, Marco elcabesa Belli wrote:
> 
> Index: libmpcodecs/ve_xvid.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_xvid.c,v
> retrieving revision 1.11
> diff -u -b -B -r1.11 ve_xvid.c
> --- libmpcodecs/ve_xvid.c	18 Dec 2002 08:10:24 -0000	1.11
> +++ libmpcodecs/ve_xvid.c	25 Dec 2002 10:38:44 -0000
> @@ -382,6 +383,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

Thanks, commited :)

Btw, do you know if there's an XViD cvslog mailing list ?

-- 
Rémi



More information about the MPlayer-dev-eng mailing list