vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Oct 21 16:34:15 2013 +0200| [cc23f9325b35c9870e04980bdc3befb2690be570] | committer: Jean-Baptiste Kempf
Remove outdated comment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc23f9325b35c9870e04980bdc3befb2690be570 --- modules/demux/ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/ps.h b/modules/demux/ps.h index 429b9aa..c36bdcd 100644 --- a/modules/demux/ps.h +++ b/modules/demux/ps.h @@ -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 ) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
