]> git.sesse.net Git - vlc/commitdiff
Remove outdated comment
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 21 Oct 2013 14:34:15 +0000 (16:34 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 22 Oct 2013 07:32:23 +0000 (09:32 +0200)
modules/demux/ps.h

index 429b9aa3a4460e92e0a12c9108075015cd343358..c36bdcdb0b585418628b1e27968ccc1d60cc7ade 100644 (file)
@@ -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 )
         {