[MPlayer-dev-eng] [PATCH] typo in libmpdemux/demux_mkv.c

Torinthiel torinthiel at megapolis.pl
Sun Sep 12 15:55:11 CEST 2004


sutitles instead of subtitles.
Noticed by Jan Minar <jjminar at fastmail.fm>
Ok to apply?
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
Index: libmpdemux/demux_mkv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mkv.c,v
retrieving revision 1.22
diff -u -r1.22 demux_mkv.c
--- libmpdemux/demux_mkv.c	25 Aug 2004 07:52:51 -0000	1.22
+++ libmpdemux/demux_mkv.c	12 Sep 2004 13:52:32 -0000
@@ -1490,7 +1490,7 @@
           sprintf (str, "-aid %u, -alang %.5s",aid++,mkv_d->tracks[i]->language);
           break;
         case MATROSKA_TRACK_SUBTITLE:
-          type = "sutitles";
+          type = "subtitles";
           sprintf (str, "-sid %u, -slang %.5s",sid++,mkv_d->tracks[i]->language);
           break;
         }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040912/a67d0bd5/attachment.pgp>


More information about the MPlayer-dev-eng mailing list