mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
fix indention
Originally committed as revision 9209 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ad39abcdd9
commit
28f03d0494
@ -602,8 +602,7 @@ static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
|
||||
} else {
|
||||
new_service(ts, sid, NULL, NULL);
|
||||
ts->stop_parse--;
|
||||
mpegts_open_section_filter(ts, pmt_pid,
|
||||
pmt_cb, ts, 1);
|
||||
mpegts_open_section_filter(ts, pmt_pid, pmt_cb, ts, 1);
|
||||
}
|
||||
}
|
||||
/* not found */
|
||||
|
Loading…
Reference in New Issue
Block a user