mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
cosmetic: typo, this wasn't supposed to be plural
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31137 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0c3298d039
commit
88b6dd6fc2
@ -415,7 +415,7 @@ static void handle_stream(demuxer_t *demuxer, AVFormatContext *avfc, int i) {
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user