Mercurial > mplayer.hg
changeset 34760:ca982f21b1e4
Remove outdated comment.
author | reimar |
---|---|
date | Sat, 07 Apr 2012 19:37:11 +0000 |
parents | 430e164238d1 |
children | 02a03e00341e |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c Sat Apr 07 12:30:33 2012 +0000 +++ b/libmpdemux/demux_lavf.c Sat Apr 07 19:37:11 2012 +0000 @@ -423,7 +423,6 @@ case AVMEDIA_TYPE_SUBTITLE:{ sh_sub_t* sh_sub; char type; - /* only support text subtitles for now */ if(codec->codec_id == CODEC_ID_TEXT) type = 't'; else if(codec->codec_id == CODEC_ID_MOV_TEXT)