Unroll -ni usage for deint. Anyway it doesn't help :(

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4656 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-02-11 07:30:05 +00:00
parent 453bfb7581
commit 8db2a741bb
1 changed files with 1 additions and 8 deletions

View File

@ -118,7 +118,6 @@ m_config_t* mconfig;
Video accelerated architecture
**************************************************************************/
vo_vaa_t vo_vaa;
extern int force_ni;
//**************************************************************************//
// Config file
@ -1400,13 +1399,7 @@ current_module="init_libvo";
}
init_video_vaa();
fflush(stdout);
/* Temporary solution for disabling deinterlacing */
if(vo_vaa.set_deint && force_ni)
{
vidix_deinterlace_t deint;
deint.flags = CFG_NON_INTERLACED;
vo_vaa.set_deint(&deint);
}
//================== MAIN: ==========================
main:
if(!sh_video) osd_level = 0;