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:
arpi 2002-04-17 22:19:14 +00:00
parent 4b19442d56
commit c7c7867c07
1 changed files with 1 additions and 0 deletions

View File

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