lcevcdec: Remove unneeded LCEVC 2.0.0 workaround
This is not needed anymore as the min version for LCEVCdec is 4.0.1 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9463>
This commit is contained in:
parent
30aa1e84e4
commit
3fc37b90e1
@ -82,10 +82,6 @@ gst_lcevc_dec_utils_alloc_picture_handle (LCEVC_DecoderHandle decoder_handle,
|
||||
plane_desc[i].rowByteStride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, i);
|
||||
}
|
||||
|
||||
/* FIXME: We set the stride on all the array (needed for LCEVCdec 2.0.0) */
|
||||
for (; i < GST_VIDEO_MAX_PLANES; i++)
|
||||
plane_desc[i].rowByteStride = GST_VIDEO_FRAME_WIDTH (frame);
|
||||
|
||||
/* Allocate LCEVC Picture */
|
||||
if (LCEVC_AllocPictureExternal (decoder_handle, &picture_desc, &buffer_desc,
|
||||
plane_desc, picture_handle) != LCEVC_Success)
|
||||
|
Loading…
x
Reference in New Issue
Block a user