mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue