diff libmpdemux/demux_lavf.c @ 31080:5127b49cb2bf

cosmetic: typo, this wasn't supposed to be plural
author aurel
date Tue, 04 May 2010 18:46:42 +0000
parents a259f3d8694d
children b26739603191
line wrap: on
line diff
--- 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) {