Commit a7d6597a authored by Laurent Aimar's avatar Laurent Aimar

Use aes3 for BSSD codec (close #1765).

parent 65a2a5e7
......@@ -3303,7 +3303,7 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
else if( !memcmp( p_dr->p_data, "BSSD", 4 ) )
{
pid->es->fmt.i_cat = AUDIO_ES;
pid->es->fmt.i_codec = VLC_FOURCC('l','p','c','m');
pid->es->fmt.i_codec = VLC_FOURCC('a','e','s','3');
}
else
{
......
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