Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
a147691f
Commit
a147691f
authored
Feb 23, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BDA: slight cleaning
parent
d1d9e807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
modules/access/bda/bdadefs.h
modules/access/bda/bdadefs.h
+11
-12
No files found.
modules/access/bda/bdadefs.h
View file @
a147691f
...
...
@@ -954,6 +954,16 @@ const IID IID_IDigitalCableTuneRequest =
const
IID
IID_IDigitalCableLocator
=
{
0x48F66A11
,
0x171A
,
0x419A
,{
0x95
,
0x25
,
0xBE
,
0xEE
,
0xCD
,
0x51
,
0x58
,
0x4C
}};
/* KSCATEGORY_BDA */
const
GUID
KSCATEGORY_BDA_TRANSPORT_INFORMATION
=
{
0xa2e3074f
,
0x6c3d
,
0x11d3
,{
0xb6
,
0x53
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x49
,
0x8e
}};
const
GUID
KSCATEGORY_BDA_RECEIVER_COMPONENT
=
{
0xFD0A5AF4
,
0xB41D
,
0x11d2
,{
0x9c
,
0x95
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x71
,
0xe0
}};
const
GUID
KSCATEGORY_BDA_NETWORK_TUNER
=
{
0x71985f48
,
0x1ca1
,
0x11d3
,{
0x9c
,
0xc8
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x71
,
0xe0
}};
const
GUID
KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT
=
{
0xF4AEB342
,
0x0329
,
0x4fdd
,{
0xA8
,
0xFD
,
0x4A
,
0xFF
,
0x49
,
0x26
,
0xC9
,
0x78
}};
extern
const
CLSID
CLSID_ATSCLocator
;
extern
const
CLSID
CLSID_ATSCNetworkProvider
;
extern
const
CLSID
CLSID_ATSCTuningSpace
;
...
...
@@ -1012,19 +1022,8 @@ extern const IID IID_IMpeg2Stream;
extern
const
IID
IID_IGuideDataEvent
;
extern
const
GUID
MEDIATYPE_MPEG2_SECTIONS
;
extern
const
GUID
MEDIASUBTYPE_MPEG2_TRANSPORT
;
extern
const
GUID
MEDIASUBTYPE_None
;
extern
const
GUID
FORMAT_None
;
const
GUID
KSCATEGORY_BDA_TRANSPORT_INFORMATION
=
{
0xa2e3074f
,
0x6c3d
,
0x11d3
,{
0xb6
,
0x53
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x49
,
0x8e
}};
const
GUID
KSCATEGORY_BDA_RECEIVER_COMPONENT
=
{
0xFD0A5AF4
,
0xB41D
,
0x11d2
,{
0x9c
,
0x95
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x71
,
0xe0
}};
const
GUID
KSCATEGORY_BDA_NETWORK_TUNER
=
{
0x71985f48
,
0x1ca1
,
0x11d3
,{
0x9c
,
0xc8
,
0x00
,
0xc0
,
0x4f
,
0x79
,
0x71
,
0xe0
}};
const
GUID
KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT
=
{
0xF4AEB342
,
0x0329
,
0x4fdd
,{
0xA8
,
0xFD
,
0x4A
,
0xFF
,
0x49
,
0x26
,
0xC9
,
0x78
}};
//const GUID MEDIASUBTYPE_MPEG2_TRANSPORT =
// {0xe06d8023, 0xdb46, 0x11cf, {0xb4, 0xd1, 0x00, 0x80, 0x5f, 0x6c, 0xbb, 0xea}};
extern
const
GUID
MEDIASUBTYPE_MPEG2_TRANSPORT
;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment