comparison libmpdemux/demux_lavf.c @ 34760:ca982f21b1e4

Remove outdated comment.
author reimar
date Sat, 07 Apr 2012 19:37:11 +0000
parents 4b4f769fe687
children 02a03e00341e
comparison
equal deleted inserted replaced
34759:430e164238d1 34760:ca982f21b1e4
421 break; 421 break;
422 } 422 }
423 case AVMEDIA_TYPE_SUBTITLE:{ 423 case AVMEDIA_TYPE_SUBTITLE:{
424 sh_sub_t* sh_sub; 424 sh_sub_t* sh_sub;
425 char type; 425 char type;
426 /* only support text subtitles for now */
427 if(codec->codec_id == CODEC_ID_TEXT) 426 if(codec->codec_id == CODEC_ID_TEXT)
428 type = 't'; 427 type = 't';
429 else if(codec->codec_id == CODEC_ID_MOV_TEXT) 428 else if(codec->codec_id == CODEC_ID_MOV_TEXT)
430 type = 'm'; 429 type = 'm';
431 else if(codec->codec_id == CODEC_ID_SSA) 430 else if(codec->codec_id == CODEC_ID_SSA)