Add missing profiles from VA-API 0.32.0.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
Zhao Halley 2012-01-06 17:51:59 +01:00 committed by Gwenole Beauchesne
parent 1980a719a2
commit c40c05e5a4

View file

@ -66,6 +66,11 @@ const char *string_of_VAProfile(VAProfile profile)
PROFILE(MPEG4Simple); PROFILE(MPEG4Simple);
PROFILE(MPEG4AdvancedSimple); PROFILE(MPEG4AdvancedSimple);
PROFILE(MPEG4Main); PROFILE(MPEG4Main);
#if VA_CHECK_VERSION(0,32,0)
PROFILE(JPEGBaseline);
PROFILE(H263Baseline);
PROFILE(H264ConstrainedBaseline);
#endif
PROFILE(H264Baseline); PROFILE(H264Baseline);
PROFILE(H264Main); PROFILE(H264Main);
PROFILE(H264High); PROFILE(H264High);