1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 02:15:59 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13150 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2004-08-26 10:12:14 +00:00
parent 4d9a70f4f9
commit 80fa17368d

View File

@ -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;