Visual Studio Reformat: BDInfo
This commit is contained in:
parent
9dcaafe700
commit
1077570ca8
|
@ -17,7 +17,6 @@
|
|||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
//=============================================================================
|
||||
|
||||
using System.IO;
|
||||
using MediaBrowser.Model.IO;
|
||||
|
||||
// TODO: Do more interesting things here...
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using MediaBrowser.Model.IO;
|
||||
using MediaBrowser.Model.Text;
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using MediaBrowser.Model.IO;
|
||||
using MediaBrowser.Model.Text;
|
||||
|
||||
|
|
|
@ -670,7 +670,8 @@ namespace BDInfo
|
|||
parser.PAT[parser.PATOffset++] = buffer[i++];
|
||||
parser.PATSectionLength--;
|
||||
parser.PacketLength--;
|
||||
} --i;
|
||||
}
|
||||
--i;
|
||||
|
||||
if (parser.PATSectionLength == 0)
|
||||
{
|
||||
|
@ -801,7 +802,8 @@ namespace BDInfo
|
|||
PMT[parser.PMTOffset++] = buffer[i++];
|
||||
--parser.PMTSectionLength;
|
||||
--parser.PacketLength;
|
||||
} --i;
|
||||
}
|
||||
--i;
|
||||
|
||||
if (parser.PMTSectionLength == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user