Commit c06a32fd authored by Jean-Paul Saman's avatar Jean-Paul Saman

Drop support for VLS specific LPCB because it conflicts with standards. Closes #610

parent 1d023654
...@@ -1828,9 +1828,7 @@ static int PIDFillFormat( ts_pid_t *pid, int i_stream_type ) ...@@ -1828,9 +1828,7 @@ static int PIDFillFormat( ts_pid_t *pid, int i_stream_type )
case 0x92: /* DVD_SPU vls (sub) */ case 0x92: /* DVD_SPU vls (sub) */
es_format_Init( fmt, SPU_ES, VLC_FOURCC( 's', 'p', 'u', 'b' ) ); es_format_Init( fmt, SPU_ES, VLC_FOURCC( 's', 'p', 'u', 'b' ) );
break; break;
case 0x93: /* LPCM vls (audio) */
es_format_Init( fmt, AUDIO_ES, VLC_FOURCC( 'l', 'p', 'c', 'b' ) );
break;
case 0x94: /* SDDS (audio) */ case 0x94: /* SDDS (audio) */
es_format_Init( fmt, AUDIO_ES, VLC_FOURCC( 's', 'd', 'd', 'b' ) ); es_format_Init( fmt, AUDIO_ES, VLC_FOURCC( 's', 'd', 'd', 'b' ) );
break; 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