mirror of
https://github.com/mpv-player/mpv
synced 2025-03-29 23:07:56 +00:00
riformatted after previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21050 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
88e490defa
commit
9799ea907a
@ -276,8 +276,8 @@ static dvb_channels_list *dvb_get_channels(char *filename, int type)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ptr->pids[ptr->pids_cnt] = 0; //PID 0 is the PAT
|
ptr->pids[ptr->pids_cnt] = 0; //PID 0 is the PAT
|
||||||
ptr->pids_cnt++;
|
ptr->pids_cnt++;
|
||||||
}
|
}
|
||||||
mp_msg(MSGT_DEMUX, MSGL_V, " PIDS: ");
|
mp_msg(MSGT_DEMUX, MSGL_V, " PIDS: ");
|
||||||
for(cnt = 0; cnt < ptr->pids_cnt; cnt++)
|
for(cnt = 0; cnt < ptr->pids_cnt; cnt++)
|
||||||
|
Loading…
Reference in New Issue
Block a user