Commit 28f03d04 authored by Michael Niedermayer's avatar Michael Niedermayer

fix indention

Originally committed as revision 9209 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ad39abcd
...@@ -602,8 +602,7 @@ static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len ...@@ -602,8 +602,7 @@ static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
} else { } else {
new_service(ts, sid, NULL, NULL); new_service(ts, sid, NULL, NULL);
ts->stop_parse--; ts->stop_parse--;
mpegts_open_section_filter(ts, pmt_pid, mpegts_open_section_filter(ts, pmt_pid, pmt_cb, ts, 1);
pmt_cb, ts, 1);
} }
} }
/* not found */ /* not found */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment