# HG changeset patch # User michael # Date 1180968827 0 # Node ID f68b81777ac64c4f44554afaaf47e60b65f0eeeb # Parent b53a19eed95df3b551b36f1bc968c205e693e1d6 fix indention diff -r b53a19eed95d -r f68b81777ac6 mpegts.c --- a/mpegts.c Mon Jun 04 14:44:52 2007 +0000 +++ b/mpegts.c Mon Jun 04 14:53:47 2007 +0000 @@ -541,10 +541,10 @@ pes= ts->pids[pid]->u.pes_filter.opaque; st= pes->st; }else{ - pes = add_pes_stream(ts, pid, stream_type); - if (pes) - st = new_pes_av_stream(pes, 0); - break; + pes = add_pes_stream(ts, pid, stream_type); + if (pes) + st = new_pes_av_stream(pes, 0); + break; } default: /* we ignore the other streams */ @@ -602,8 +602,7 @@ } 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 */ @@ -1163,9 +1162,9 @@ goto do_pcr; } - mpegts_set_service(ts); + mpegts_set_service(ts); - handle_packets(ts, s->probesize); + handle_packets(ts, s->probesize); /* if could not find service, enable auto_guess */ ts->auto_guess = 1;