Skip to content

Commit

Permalink
VDPAU: upscaling typo missed line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSwissKnife authored and FernetMenta committed Jan 9, 2012
1 parent 87d423b commit e0f427a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
Expand Up @@ -969,6 +969,7 @@ void CVDPAU::SetHWUpscaling()
if (Supports(VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L4))
{
VdpVideoMixerFeature feature[] = { VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L4 };
vdp_st = vdp_video_mixer_set_feature_enables(videoMixer, ARSIZE(feature), feature, enabled);
break;
}
case 3:
Expand Down

0 comments on commit e0f427a

Please sign in to comment.