# HG changeset patch # User aurel # Date 1272998802 0 # Node ID 5127b49cb2bf518e6222043fa1868e54f04bbe12 # Parent a6c8f7ccbffccb40cc94543ef9277f1b46a30077 cosmetic: typo, this wasn't supposed to be plural diff -r a6c8f7ccbffc -r 5127b49cb2bf libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Tue May 04 11:46:50 2010 +0000 +++ b/libmpdemux/demux_lavf.c Tue May 04 18:46:42 2010 +0000 @@ -415,7 +415,7 @@ break; sh_sub = new_sh_sub_sid(demuxer, i, priv->sub_streams); if(!sh_sub) break; - stream_type = "subtitles"; + stream_type = "subtitle"; priv->sstreams[priv->sub_streams] = i; sh_sub->type = type; if (codec->extradata_size) {