mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 01:47:38 +00:00
IMGTYPE_IPB not yet supported :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5672 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4b19442d56
commit
c7c7867c07
@ -164,6 +164,7 @@ static int config(struct vf_instance_s* vf,
|
||||
// codec -copy-> expand -copy-> vo (worst case)
|
||||
|
||||
static void get_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
||||
if(mpi->type==MP_IMGTYPE_IPB) return; // not yet working
|
||||
#ifdef OSD_SUPPORT
|
||||
if(vf->priv->osd && (mpi->flags&MP_IMGFLAG_PRESERVE)){
|
||||
// check if we have to render osd!
|
||||
|
Loading…
Reference in New Issue
Block a user