encoder: h264: add cpbBrNalFactor values for MVC profiles.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Thu, 26 Jun 2014 11:39:52 +0000 (14:39 +0300)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 27 Jun 2014 09:48:36 +0000 (11:48 +0200)
gst-libs/gst/vaapi/gstvaapiencoder_h264.c

index cf0428b..8eee95d 100644 (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;