Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bitstream
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
bitstream
Commits
3d089c61
Commit
3d089c61
authored
Oct 10, 2011
by
Georgi Chorbadzhiyski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpeg/psi: Add support for descriptor 0x02 (Video stream).
parent
2792fb92
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
256 additions
and
0 deletions
+256
-0
mpeg/psi/desc_02.h
mpeg/psi/desc_02.h
+254
-0
mpeg/psi/descs_list.h
mpeg/psi/descs_list.h
+1
-0
mpeg/psi/descs_print.h
mpeg/psi/descs_print.h
+1
-0
No files found.
mpeg/psi/desc_02.h
0 → 100644
View file @
3d089c61
This diff is collapsed.
Click to expand it.
mpeg/psi/descs_list.h
View file @
3d089c61
...
...
@@ -34,6 +34,7 @@
* the needed code in bitstream/mpeg/psi/descs_print.h
*/
#include <bitstream/mpeg/psi/desc_02.h>
#include <bitstream/mpeg/psi/desc_05.h>
#include <bitstream/mpeg/psi/desc_09.h>
#include <bitstream/mpeg/psi/desc_0a.h>
...
...
mpeg/psi/descs_print.h
View file @
3d089c61
...
...
@@ -100,6 +100,7 @@ static inline void descl_print(uint8_t *p_descl, uint16_t i_length,
i_print_type); \
break;
CASE_DESC
(
02
)
CASE_DESC
(
05
)
CASE_DESC
(
09
)
CASE_DESC
(
0
a
)
...
...
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