h264parse: Fix indentation

This commit is contained in:
Sebastian Dröge 2016-11-26 12:16:39 +02:00
parent cb4ccecc97
commit 55043aff12

View file

@ -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)) {