Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-05-14 01:48:43 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-05-14 01:48:57 +0400
commit04cf859084bd245ce019b3207ede5b5d01154012 (patch)
tree7bf8668e779da150625c600491e3212047eeb893 /src
parent09907846516421de21eaa809aa9aaac564783d99 (diff)
Cosmetics: Replace some leftover in French from comments.
Diffstat (limited to 'src')
-rw-r--r--src/DSUtil/Mpeg2Def.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/DSUtil/Mpeg2Def.h b/src/DSUtil/Mpeg2Def.h
index 28ee96bb1..e6ff9faaa 100644
--- a/src/DSUtil/Mpeg2Def.h
+++ b/src/DSUtil/Mpeg2Def.h
@@ -74,12 +74,12 @@ enum MPEG2_PID {
PID_CAT = 0x001, // Conditional Access Table
PID_TSDT = 0x002, // Transport Stream Description Table
PID_NIT = 0x010, // Network Identification Table
- PID_BAT = 0x011, // Bouquet Association Table ou ...
- PID_SDT = 0x011, // Service Description Table
+ PID_BAT = 0x011, // Bouquet Association Table or ...
+ PID_SDT = 0x011, // ... Service Description Table
PID_EIT = 0x012, // Event Information Table
- PID_RST = 0x013, // Running Status Tection
- PID_TDT = 0x014, // Time and Date Table ou ...
- PID_TOT = 0x014, // Time Offset Table
+ PID_RST = 0x013, // Running Status Table
+ PID_TDT = 0x014, // Time and Date Table or ...
+ PID_TOT = 0x014, // ... Time Offset Table
PID_SFN = 0x015, // SFN/MIP synchronization
PID_DIT = 0x01e,
PID_SIT = 0x01f,
@@ -141,13 +141,13 @@ enum MPEG2_DESCRIPTOR {
DT_SUBTITLING = 0x59,
DT_TERRESTRIAL_DELIV_SYS = 0x5a,
DT_PRIVATE_DATA = 0x5f,
- //
+
DT_DATA_BROADCAST_ID = 0x66,
DT_AC3_AUDIO = 0x6a, // DVB
DT_EXTENDED_AC3_AUDIO = 0x7a,
DT_AAC_AUDIO = 0x7c,
- //
- DT_AC3_AUDIO__2 = 0x81, // DCII ou ATSC
+
+ DT_AC3_AUDIO__2 = 0x81, // DCII or ATSC
DT_LOGICAL_CHANNEL = 0x83,
DT_HD_SIMCAST_LOG_CHANNEL = 0x88
};