comparison libmpdemux/demux_mkv.c @ 23751:cc06b5e849bb

fix typo in a comment
author aurel
date Fri, 13 Jul 2007 13:23:41 +0000
parents ce80673fbf0d
children 4decd04037b4
comparison
equal deleted inserted replaced
23750:a9bf0730f6b2 23751:cc06b5e849bb
3600 3600
3601 Retrieves the language code for a subtitle track if it is known. 3601 Retrieves the language code for a subtitle track if it is known.
3602 If the language code is "und" then do not copy it ("und" = "undefined"). 3602 If the language code is "und" then do not copy it ("und" = "undefined").
3603 3603
3604 \param demuxer The demuxer to work on 3604 \param demuxer The demuxer to work on
3605 \param track_num The n'th subtitle track to get the language from 3605 \param track_num The subtitle track number to get the language from
3606 \param lang Store the language here 3606 \param lang Store the language here
3607 \param maxlen The maximum number of characters to copy into lang 3607 \param maxlen The maximum number of characters to copy into lang
3608 */ 3608 */
3609 void 3609 void
3610 demux_mkv_get_sub_lang(demuxer_t *demuxer, int track_num, char *lang, 3610 demux_mkv_get_sub_lang(demuxer_t *demuxer, int track_num, char *lang,