diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-19 12:06:28 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-19 12:06:28 +0000 |
commit | 9799ea907a20da2007e370fa20109f59f87ef14c (patch) | |
tree | b5b788169b9344b72c82f0834729060baa953f76 /stream/stream_dvb.c | |
parent | 88e490defa12980f82e8f3f57cb2808a3ee9292c (diff) | |
download | mpv-9799ea907a20da2007e370fa20109f59f87ef14c.tar.bz2 mpv-9799ea907a20da2007e370fa20109f59f87ef14c.tar.xz |
riformatted after previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21050 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvb.c')
-rw-r--r-- | stream/stream_dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c index fd41bec602..b62024b0ba 100644 --- a/stream/stream_dvb.c +++ b/stream/stream_dvb.c @@ -276,8 +276,8 @@ static dvb_channels_list *dvb_get_channels(char *filename, int type) } 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++) |