encoder: h264: add cpbBrNalFactor values for MVC profiles.

This commit is contained in:
Sreerenj Balachandran 2014-06-26 14:39:52 +03:00 committed by Gwenole Beauchesne
parent 1650471da3
commit 619a79943a

View file

@ -169,6 +169,10 @@ h264_get_cpb_nal_factor (GstVaapiProfile profile)
case GST_VAAPI_PROFILE_H264_HIGH_444:
f = 4800;
break;
case GST_VAAPI_PROFILE_H264_MULTIVIEW_HIGH:
case GST_VAAPI_PROFILE_H264_STEREO_HIGH:
f = 1500; /* H.10.2.1 (r) */
break;
default:
f = 1200;
break;