Commit 465feb59 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

TS: fix playback of HDPR files

parent f3f0a7fa
......@@ -4045,7 +4045,7 @@ static void PMTCallBack( void *data, dvbpsi_pmt_t *p_pmt )
else
{
msg_Dbg( p_demux, " * descriptor : registration %4.4s", p_dr->p_data );
if( !memcmp( p_dr->p_data, "HDMV", 4 ) )
if( !memcmp( p_dr->p_data, "HDMV", 4 ) || !memcmp( p_dr->p_data, "HDPR", 4 ) )
b_hdmv = true; /* Blu-Ray */
}
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