mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
flvdemux: fix indentation
This commit is contained in:
parent
9afeb9652b
commit
6ee2665b7c
1 changed files with 2 additions and 2 deletions
|
@ -1108,7 +1108,7 @@ gst_flv_demux_parse_tag_audio (GstFlvDemux * demux, GstBuffer * buffer)
|
|||
|
||||
/* detect (and deem to be resyncs) large pts gaps */
|
||||
if (gst_flv_demux_update_resync (demux, pts, demux->audio_need_discont,
|
||||
&demux->last_audio_pts, &demux->audio_time_offset)) {
|
||||
&demux->last_audio_pts, &demux->audio_time_offset)) {
|
||||
GST_BUFFER_FLAG_SET (outbuf, GST_BUFFER_FLAG_RESYNC);
|
||||
}
|
||||
|
||||
|
@ -1495,7 +1495,7 @@ gst_flv_demux_parse_tag_video (GstFlvDemux * demux, GstBuffer * buffer)
|
|||
|
||||
/* detect (and deem to be resyncs) large pts gaps */
|
||||
if (gst_flv_demux_update_resync (demux, pts, demux->video_need_discont,
|
||||
&demux->last_video_pts, &demux->video_time_offset)) {
|
||||
&demux->last_video_pts, &demux->video_time_offset)) {
|
||||
GST_BUFFER_FLAG_SET (outbuf, GST_BUFFER_FLAG_RESYNC);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue