dvbsub: fix indentation

This commit is contained in:
Tim-Philipp Müller 2015-03-10 09:33:15 +00:00
parent 0a467495c2
commit 8f1fbf8d6c

View file

@ -692,8 +692,7 @@ gst_send_subtitle_frame (GstDvdSubDec * dec, GstClockTime end_ts)
}
out_buf =
gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&dec->info),
&params);
gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&dec->info), &params);
gst_video_frame_map (&frame, &dec->info, out_buf, GST_MAP_READWRITE);
data = GST_VIDEO_FRAME_PLANE_DATA (&frame, 0);