~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/frontends/omx/tizonia/h264eprc.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
   priv->force_pic_type.IntraRefreshVOP = OMX_FALSE;
485
485
   priv->frame_num = 0;
486
486
   priv->pic_order_cnt = 0;
487
 
   priv->restricted_b_frames = debug_get_bool_option("OMX_USE_RESTRICTED_B_FRAMES", FALSE);
 
487
   priv->restricted_b_frames = debug_get_bool_option("OMX_USE_RESTRICTED_B_FRAMES", false);
488
488
   priv->scale.xWidth = OMX_VID_ENC_SCALING_WIDTH_DEFAULT;
489
489
   priv->scale.xHeight = OMX_VID_ENC_SCALING_WIDTH_DEFAULT;
490
490
   priv->in_port_disabled_   = false;