Commit 63d97b41 authored by Laurent Aimar's avatar Laurent Aimar

Improved error message in case of unrecognized DVB subtitle type.

parent a63ddf96
......@@ -3501,7 +3501,8 @@ static void PMTSetupEs0x06( demux_t *p_demux, ts_pid_t *pid,
PMTSetupEsDvbSubtitle( p_demux, pid, p_es );
break;
default:
msg_Err( p_demux, "Unrecognized DVB subtitle type" );
msg_Err( p_demux, "Unrecognized DVB subtitle type (0x%x)",
p_sub->p_subtitle[i].i_subtitling_type );
break;
}
}
......
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