Commit a98bd633 authored by Francois Cartegnie's avatar Francois Cartegnie

h264: name itu t t35 registration

parent d9923568
...@@ -1052,7 +1052,7 @@ static void ParseSei( decoder_t *p_dec, block_t *p_frag ) ...@@ -1052,7 +1052,7 @@ static void ParseSei( decoder_t *p_dec, block_t *p_frag )
} }
/* Look for user_data_registered_itu_t_t35 */ /* Look for user_data_registered_itu_t_t35 */
if( i_type == SEI_USER_DATA_REGISTERED ) if( i_type == SEI_USER_DATA_REGISTERED_ITU_T_T35 )
{ {
static const uint8_t p_dvb1_data_start_code[] = { static const uint8_t p_dvb1_data_start_code[] = {
0xb5, 0xb5,
......
...@@ -67,7 +67,7 @@ enum nal_unit_type_e ...@@ -67,7 +67,7 @@ enum nal_unit_type_e
enum sei_type_e enum sei_type_e
{ {
SEI_PIC_TIMING = 1, SEI_PIC_TIMING = 1,
SEI_USER_DATA_REGISTERED = 4, SEI_USER_DATA_REGISTERED_ITU_T_T35 = 4,
SEI_RECOVERY_POINT = 6 SEI_RECOVERY_POINT = 6
}; };
......
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