Skip to content

Commit

Permalink
fixed: once deinterlace was turned on, it was not possible to turn off
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Jun 23, 2011
1 parent f43e71f commit 517fa17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp
Expand Up @@ -354,6 +354,8 @@ void CDVDVideoCodecFFmpeg::SetDropState(bool bDrop)

unsigned int CDVDVideoCodecFFmpeg::SetFilters(unsigned int flags)
{
m_filters_next.Empty();

if(m_pHardware)
return 0;

Expand Down

0 comments on commit 517fa17

Please sign in to comment.