mirror of https://github.com/mpv-player/mpv
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:
parent
593a458f0c
commit
8e5e2a0f0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue