Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
d97f7e76
Commit
d97f7e76
authored
Mar 12, 2007
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix dr_56 documentation
parent
21fd3288
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
src/descriptors/dr_56.c
src/descriptors/dr_56.c
+1
-1
src/descriptors/dr_56.h
src/descriptors/dr_56.h
+8
-6
No files found.
src/descriptors/dr_56.c
View file @
d97f7e76
/*****************************************************************************
/*****************************************************************************
* dr_56.c
* dr_56.c
* (c)2004 VideoLAN
* (c)2004
-2007
VideoLAN
* $Id: dr_56.c 93 2004-10-19 19:17:49Z massiot $
* $Id: dr_56.c 93 2004-10-19 19:17:49Z massiot $
*
*
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
...
...
src/descriptors/dr_56.h
View file @
d97f7e76
/*****************************************************************************
/*****************************************************************************
* dr_56.h
* dr_56.h
* (c)2004 VideoLAN
* (c)2004
-2007
VideoLAN
* $Id: dr_56.h 93 2004-10-19 19:17:49Z massiot $
* $Id: dr_56.h 93 2004-10-19 19:17:49Z massiot $
*
*
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
*
*
* DVB EBU Teletext descriptor parsing, according to ETSI EN 300 468
* DVB EBU Teletext descriptor parsing, according to ETSI EN 300 468
* section 6.2.41.
* section 6.2.41.
*
* NOTE: this descriptor is known by tag value 0x56 AND 0x46
*/
*/
#ifndef _DVBPSI_DR_56_H_
#ifndef _DVBPSI_DR_56_H_
...
@@ -66,10 +68,10 @@ typedef struct dvbpsi_teletextpage_s
...
@@ -66,10 +68,10 @@ typedef struct dvbpsi_teletextpage_s
*****************************************************************************/
*****************************************************************************/
/*!
/*!
* \struct dvbpsi_teletext_dr_s
* \struct dvbpsi_teletext_dr_s
* \brief "
subtitling
" descriptor structure.
* \brief "
teletext
" descriptor structure.
*
*
* This structure is used to store a decoded "
subtitling
"
* This structure is used to store a decoded "
teletext
"
* descriptor. (ETSI EN 300 468 section 6.2.
30
).
* descriptor. (ETSI EN 300 468 section 6.2.
41
).
*/
*/
/*!
/*!
* \typedef struct dvbpsi_teletext_dr_s dvbpsi_teletext_dr_t
* \typedef struct dvbpsi_teletext_dr_s dvbpsi_teletext_dr_t
...
@@ -89,9 +91,9 @@ typedef struct dvbpsi_teletext_dr_s
...
@@ -89,9 +91,9 @@ typedef struct dvbpsi_teletext_dr_s
/*!
/*!
* \fn dvbpsi_teletext_dr_t * dvbpsi_DecodeTeletextDataDr(
* \fn dvbpsi_teletext_dr_t * dvbpsi_DecodeTeletextDataDr(
dvbpsi_descriptor_t * p_descriptor)
dvbpsi_descriptor_t * p_descriptor)
* \brief "
subtitling
" descriptor decoder.
* \brief "
teletext
" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure
* \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "
subtitling
" descriptor structure
* \return a pointer to a new "
teletext
" descriptor structure
* which contains the decoded data.
* which contains the decoded data.
*/
*/
dvbpsi_teletext_dr_t
*
dvbpsi_DecodeTeletextDr
(
dvbpsi_teletext_dr_t
*
dvbpsi_DecodeTeletextDr
(
...
...
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