[MPlayer-cvslog] r21050 - trunk/stream/stream_dvb.c
nicodvb
subversion at mplayerhq.hu
Sun Nov 19 13:06:28 CET 2006
Author: nicodvb
Date: Sun Nov 19 13:06:28 2006
New Revision: 21050
Modified:
trunk/stream/stream_dvb.c
Log:
riformatted after previous commit
Modified: trunk/stream/stream_dvb.c
==============================================================================
--- trunk/stream/stream_dvb.c (original)
+++ trunk/stream/stream_dvb.c Sun Nov 19 13:06:28 2006
@@ -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++)
More information about the MPlayer-cvslog
mailing list