[Mesa-dev] [PATCH 4/9] st/va: get rate control method from configattrib v2

2016-07-22 Thread Christian König
From: Boyuan Zhang Rate control method is passed from app to driver through config attrib list. That is why we need to store this rate control method to config. And later on, we will pass this value to context->desc.h264enc.rate_ctrl.rate_ctrl_method. v2 (chk): fix broken build and commit messag

[Mesa-dev] [PATCH 4/9] st/va: get rate control method from configattrib

2016-07-21 Thread Boyuan Zhang
Rate control method is passed from app to driver through config attrib list. That is why we need to store this rate control method to config. And later on, we will pass this value to context->desc.h264enc.rate_ctrl.rate_ctrl_method. Signed-off-by: Boyuan Zhang --- src/gallium/state_trackers/va