# HG changeset patch # User nicodvb # Date 1163937988 0 # Node ID 5357da9f069057ae334573a21b145344a5265fb0 # Parent 087cad309e9c476ecb8d98459ea1a5ccd9e00a66 riformatted after previous commit diff -r 087cad309e9c -r 5357da9f0690 stream/stream_dvb.c --- a/stream/stream_dvb.c Sun Nov 19 12:05:11 2006 +0000 +++ b/stream/stream_dvb.c Sun Nov 19 12:06:28 2006 +0000 @@ -276,8 +276,8 @@ } else { - ptr->pids[ptr->pids_cnt] = 0; //PID 0 is the PAT - ptr->pids_cnt++; + ptr->pids[ptr->pids_cnt] = 0; //PID 0 is the PAT + ptr->pids_cnt++; } mp_msg(MSGT_DEMUX, MSGL_V, " PIDS: "); for(cnt = 0; cnt < ptr->pids_cnt; cnt++)