[Mesa-dev] [PATCH] st/omx/enc Raise default encode level

Andy Furniss adf.lists at gmail.com
Mon Dec 5 20:09:39 UTC 2016


Can you apply this please.

Christian König wrote:
> Am 25.10.2016 um 00:46 schrieb Andy Furniss:
>> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=91281
>>
>> Signed-off-by: Andy Furniss <adf.lists at gmail.com>
>
> Reviewed-by: Christian König <christian.koenig at amd.com>.
>
>> ---
>>   src/gallium/state_trackers/omx/vid_enc.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/gallium/state_trackers/omx/vid_enc.c
>> b/src/gallium/state_trackers/omx/vid_enc.c
>> index 0d7ab28..07f6799 100644
>> --- a/src/gallium/state_trackers/omx/vid_enc.c
>> +++ b/src/gallium/state_trackers/omx/vid_enc.c
>> @@ -246,7 +246,7 @@ static OMX_ERRORTYPE
>> vid_enc_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING nam
>>      priv->quant.nQpB = OMX_VID_ENC_QUANT_B_FRAMES_DEFAULT;
>>      priv->profile_level.eProfile = OMX_VIDEO_AVCProfileBaseline;
>> -   priv->profile_level.eLevel = OMX_VIDEO_AVCLevel42;
>> +   priv->profile_level.eLevel = OMX_VIDEO_AVCLevel51;
>>      priv->force_pic_type.IntraRefreshVOP = OMX_FALSE;
>>      priv->frame_num = 0;
>
>
>



More information about the mesa-dev mailing list