GNOME Bugzilla – Bug 797365
vaapih264enc/vaapih264feienc: unused value from coverity scan.
Last modified: 2018-11-03 15:56:38 UTC
2 place of unused value from coverity scan: 643 seq_param->intra_idr_period = GST_VAAPI_ENCODER_KEYFRAME_PERIOD (feienc); CID 370611 (#1 of 1): Unused value (UNUSED_VALUE) assigned_value: Assigning value from 1U + feienc->num_bframes to seq_param->ip_period here, but that stored value is overwritten before it can be used. 644 seq_param->ip_period = 1 + feienc->num_bframes; value_overwrite: Overwriting previous write to seq_param->ip_period with value from (seq_param->intra_period > 1U) ? 1U + feienc->num_bframes : 0U. 645 seq_param->ip_period = seq_param->intra_period > 1 ?
Created attachment 374131 [details] [review] patch
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/113.