dxvavp8decoder: Fix reference frame setting
Fixing typo Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6088>
This commit is contained in:
parent
9fe9e60012
commit
b3a29b61c5
@ -261,7 +261,7 @@ gst_dxva_vp8_decoder_copy_reference_frames (GstDxvaVp8Decoder * self,
|
||||
GST_CODEC_PICTURE (decoder->last_picture));
|
||||
|
||||
if (id != 0xff) {
|
||||
params->gld_fb_idx.Index7Bits = id;
|
||||
params->lst_fb_idx.Index7Bits = id;
|
||||
g_ptr_array_add (priv->ref_pics, decoder->last_picture);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user