Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[WIN32] enable h.264 dxva2 for Intel GPUs
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34923 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
CrystalPT authored and CrystalPT committed Oct 22, 2010
1 parent 347e800 commit f4d6851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp
Expand Up @@ -108,7 +108,7 @@ static const dxva2_mode_t dxva2_modes[] = {
{ "VC-1 MoComp", &DXVA2_ModeVC1_B, 0 },
{ "VC-1 post processing", &DXVA2_ModeVC1_A, 0 },

{ "Intel H.264 VLD, no FGT", &DXVADDI_Intel_ModeH264_E, 0 },
{ "Intel H.264 VLD, no FGT", &DXVADDI_Intel_ModeH264_E, CODEC_ID_H264 },
{ "Intel H.264 inverse discrete cosine transform (IDCT), no FGT", &DXVADDI_Intel_ModeH264_C, 0 },
{ "Intel H.264 motion compensation (MoComp), no FGT", &DXVADDI_Intel_ModeH264_A, 0 },
{ "Intel VC-1 VLD", &DXVADDI_Intel_ModeVC1_E, 0 },
Expand Down

0 comments on commit f4d6851

Please sign in to comment.