Skip to content

Commit

Permalink
vdpau: remove double check introduced during the recent merge from xb…
Browse files Browse the repository at this point in the history
…mc/master
  • Loading branch information
margro committed Sep 20, 2011
1 parent 7048593 commit 770e0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ int CVDPAU::Decode(AVCodecContext *avctx, AVFrame *pFrame)
|| (mode == VS_DEINTERLACEMODE_AUTO && m_DVDVideoPics.front().iFlags & DVP_FLAG_INTERLACED))
{
if((method == VS_INTERLACEMETHOD_AUTO
|| (method == VS_INTERLACEMETHOD_AUTO_ION && m_DVDVideoPics.front().iFlags & DVP_FLAG_INTERLACED)
|| method == VS_INTERLACEMETHOD_AUTO_ION
|| method == VS_INTERLACEMETHOD_VDPAU_BOB
|| method == VS_INTERLACEMETHOD_VDPAU_TEMPORAL
|| method == VS_INTERLACEMETHOD_VDPAU_TEMPORAL_HALF
Expand Down

0 comments on commit 770e0a3

Please sign in to comment.