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
5d09460c
Commit
5d09460c
authored
Mar 26, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DTV: allow C++ inclusion
parent
c5679249
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
modules/access/dtv/dtv.h
modules/access/dtv/dtv.h
+10
-0
No files found.
modules/access/dtv/dtv.h
View file @
5d09460c
...
...
@@ -20,6 +20,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
****************************************************************************/
#ifndef VLC_DTV_H
# define VLC_DTV_H 1
# ifdef __cplusplus
extern
"C"
{
# endif
typedef
struct
delsys
delsys_t
;
extern
const
delsys_t
dvbc
,
dvbs
,
dvbs2
,
dvbt
,
atsc
,
cqam
;
...
...
@@ -83,3 +89,7 @@ typedef struct isdbt_sound
int
dvb_set_isdbt
(
dvb_device_t
*
,
uint32_t
freq
,
const
isdbt_layer_t
*
a
,
const
isdbt_layer_t
*
b
,
const
isdbt_layer_t
*
c
,
const
isdbt_sound_t
*
sb
);
# ifdef __cplusplus
}
# endif
#endif
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