Commit cc23f932 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove outdated comment

parent 5e5a9ad1
......@@ -98,7 +98,7 @@ static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id )
else if( (i_id&0xf0) == 0xb0 )
{
es_format_Init( &tk->fmt, AUDIO_ES, VLC_CODEC_MLP );
/* FIXME / untested ... no known decoder (at least not in VLC/ffmpeg) */
/* FIXME / untested ... */
}
else if( ( i_id&0xe0 ) == 0x20 )
{
......
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