--- a/src/vdpau_decode.c 2018-05-22 15:05:29.568069543 +0700 +++ b/src/vdpau_decode.c 2018-05-22 15:07:10.385282380 +0700 @@ -75,7 +75,6 @@ case VAProfileMPEG4Simple: return VDP_DECODER_PROFILE_MPEG4_PART2_SP; case VAProfileMPEG4AdvancedSimple: return VDP_DECODER_PROFILE_MPEG4_PART2_ASP; #endif - case VAProfileH264Baseline: return VDP_DECODER_PROFILE_H264_BASELINE; case VAProfileH264Main: return VDP_DECODER_PROFILE_H264_MAIN; case VAProfileH264High: return VDP_DECODER_PROFILE_H264_HIGH; case VAProfileVC1Simple: return VDP_DECODER_PROFILE_VC1_SIMPLE; @@ -1058,7 +1057,6 @@ VAProfileMPEG4Simple, VAProfileMPEG4AdvancedSimple, VAProfileMPEG4Main, - VAProfileH264Baseline, VAProfileH264Main, VAProfileH264High, VAProfileVC1Simple, @@ -1108,7 +1106,6 @@ case VAProfileMPEG4Main: entrypoint = VAEntrypointVLD; break; - case VAProfileH264Baseline: case VAProfileH264Main: case VAProfileH264High: entrypoint = VAEntrypointVLD;