mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
h264parse: Fix indentation
This commit is contained in:
parent
cb4ccecc97
commit
55043aff12
1 changed files with 2 additions and 2 deletions
|
@ -1831,8 +1831,8 @@ gst_h264_parse_update_src_caps (GstH264Parse * h264parse, GstCaps * caps)
|
|||
/* Pass through or set output stereo/multiview config */
|
||||
if (s && gst_structure_has_field (s, "multiview-mode")) {
|
||||
caps_mview_mode = gst_structure_get_string (s, "multiview-mode");
|
||||
gst_structure_get_flagset (s, "multiview-flags", (guint*) &mview_flags,
|
||||
NULL);
|
||||
gst_structure_get_flagset (s, "multiview-flags",
|
||||
(guint *) & mview_flags, NULL);
|
||||
} else if (mview_mode != GST_VIDEO_MULTIVIEW_MODE_NONE) {
|
||||
if (gst_video_multiview_guess_half_aspect (mview_mode,
|
||||
width, height, par_n, par_d)) {
|
||||
|
|
Loading…
Reference in a new issue