1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

fix typo in a comment

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23771 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
aurel 2007-07-13 13:23:41 +00:00
parent 71f9c4b48b
commit 338f0e6a1f

View File

@ -3602,7 +3602,7 @@ demux_mkv_control (demuxer_t *demuxer, int cmd, void *arg)
If the language code is "und" then do not copy it ("und" = "undefined").
\param demuxer The demuxer to work on
\param track_num The n'th subtitle track to get the language from
\param track_num The subtitle track number to get the language from
\param lang Store the language here
\param maxlen The maximum number of characters to copy into lang
*/