vaapi: h264dec: Remove dead code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2795>
This commit is contained in:
parent
04e0154fb5
commit
3d63b8c326
@ -1458,14 +1458,10 @@ parse_pps (GstVaapiDecoderH265 * decoder, GstVaapiDecoderUnit * unit)
|
|||||||
GstVaapiParserInfoH265 *const pi = unit->parsed_info;
|
GstVaapiParserInfoH265 *const pi = unit->parsed_info;
|
||||||
GstH265PPS *const pps = &pi->data.pps;
|
GstH265PPS *const pps = &pi->data.pps;
|
||||||
GstH265ParserResult result;
|
GstH265ParserResult result;
|
||||||
guint col_width[19], row_height[21];
|
|
||||||
|
|
||||||
GST_DEBUG ("parse PPS");
|
GST_DEBUG ("parse PPS");
|
||||||
priv->parser_state &= GST_H265_VIDEO_STATE_GOT_SPS;
|
priv->parser_state &= GST_H265_VIDEO_STATE_GOT_SPS;
|
||||||
|
|
||||||
memset (col_width, 0, sizeof (col_width));
|
|
||||||
memset (row_height, 0, sizeof (row_height));
|
|
||||||
|
|
||||||
memset (pps, 0, sizeof (GstH265PPS));
|
memset (pps, 0, sizeof (GstH265PPS));
|
||||||
|
|
||||||
result = gst_h265_parser_parse_pps (priv->parser, &pi->nalu, pps);
|
result = gst_h265_parser_parse_pps (priv->parser, &pi->nalu, pps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user