vaapiencoder_h264: set direct_spatial_mv_pred_flag to true by default
authorHaihao Xiang <haihao.xiang@intel.com>
Thu, 21 May 2020 05:42:47 +0000 (13:42 +0800)
committerHaihao Xiang <haihao.xiang@intel.com>
Thu, 21 May 2020 05:51:57 +0000 (13:51 +0800)
commit20ce08aa2304a1d1123897b6c60538d9f2dc9579
treec927db1ab553dae94e8dd7ca6164e12fc2632f26
parent6b2f83522f965be0848cd00c2b25458477e9555a
vaapiencoder_h264: set direct_spatial_mv_pred_flag to true by default

This flag is set to true by default in both MediaSDK and FFmpeg-vaapi,
so let's align this plugin with other libraries / softwares.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/329>
gst-libs/gst/vaapi/gstvaapiencoder_h264.c