mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
d3d11decoder: Run gst-indent
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2191>
This commit is contained in:
parent
f71eb29497
commit
41218dacec
1 changed files with 2 additions and 3 deletions
|
@ -1360,8 +1360,7 @@ gst_d3d11_decoder_process_output (GstD3D11Decoder * decoder,
|
|||
GST_INFO_OBJECT (videodec, "Frame size changed, do renegotiate");
|
||||
|
||||
gst_video_info_set_format (&decoder->output_info,
|
||||
GST_VIDEO_INFO_FORMAT (&decoder->info),
|
||||
display_width, display_height);
|
||||
GST_VIDEO_INFO_FORMAT (&decoder->info), display_width, display_height);
|
||||
GST_VIDEO_INFO_INTERLACE_MODE (&decoder->output_info) =
|
||||
GST_VIDEO_INFO_INTERLACE_MODE (&decoder->info);
|
||||
|
||||
|
|
Loading…
Reference in a new issue