API change in dev-api-3 branch.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8562 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rguyom 2002-12-25 11:44:14 +00:00
parent 593a458f0c
commit 8e5e2a0f0d
1 changed files with 3 additions and 0 deletions

View File

@ -382,6 +382,9 @@ put_image(struct vf_instance_s* vf, mp_image_t *mpi)
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