Mercurial > mplayer.hg
changeset 21034:5357da9f0690
riformatted after previous commit
author | nicodvb |
---|---|
date | Sun, 19 Nov 2006 12:06:28 +0000 |
parents | 087cad309e9c |
children | a384688bff57 |
files | stream/stream_dvb.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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++)