Commit 3d089c61 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

mpeg/psi: Add support for descriptor 0x02 (Video stream).

parent 2792fb92
This diff is collapsed.
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
* the needed code in bitstream/mpeg/psi/descs_print.h * 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_05.h>
#include <bitstream/mpeg/psi/desc_09.h> #include <bitstream/mpeg/psi/desc_09.h>
#include <bitstream/mpeg/psi/desc_0a.h> #include <bitstream/mpeg/psi/desc_0a.h>
......
...@@ -100,6 +100,7 @@ static inline void descl_print(uint8_t *p_descl, uint16_t i_length, ...@@ -100,6 +100,7 @@ static inline void descl_print(uint8_t *p_descl, uint16_t i_length,
i_print_type); \ i_print_type); \
break; break;
CASE_DESC(02)
CASE_DESC(05) CASE_DESC(05)
CASE_DESC(09) CASE_DESC(09)
CASE_DESC(0a) CASE_DESC(0a)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment