summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidecoder_vp9.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidecoder_vp9.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c b/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c
index bb13e961..ecb44914 100644
--- a/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c
+++ b/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c
@@ -236,9 +236,8 @@ vaapi_fill_ref_frames (GstVaapiDecoderVp9 * decoder, GstVaapiPicture * picture,
frame_hdr->ref_frame_sign_bias[GST_VP9_REF_FRAME_ALTREF - 1];
}
for (i = 0; i < G_N_ELEMENTS (priv->ref_frames); i++) {
- pic_param->reference_frames[i] =
- priv->ref_frames[i] ? priv->
- ref_frames[i]->surface_id : VA_INVALID_SURFACE;
+ pic_param->reference_frames[i] = priv->ref_frames[i] ?
+ priv->ref_frames[i]->surface_id : VA_INVALID_SURFACE;
}
}