mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13150 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d9a70f4f9
commit
80fa17368d
@ -478,7 +478,7 @@ static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
||||
mpi->w,mpi->h);
|
||||
vf_clone_mpi_attributes(dmpi, mpi);
|
||||
}else{
|
||||
dmpi=mpi;
|
||||
dmpi=vf->dmpi;
|
||||
}
|
||||
|
||||
vf->priv->mpeg2= mpi->qscale_type;
|
||||
|
Loading…
Reference in New Issue
Block a user