]> git.sesse.net Git - vlc/blobdiff - modules/codec/dvbsub.c
Added Malay translation
[vlc] / modules / codec / dvbsub.c
index d7fa2f613c33aaa43a8ac7e0e4b3cd5541c81616..6940a704df2b0ad1b123796e85b211f5a6662945 100644 (file)
@@ -30,7 +30,7 @@
  *
  * FIXME:
  * DVB subtitles coded as strings of characters are not handled correctly.
- * The character codes in the string should actually be indexes refering to a
+ * The character codes in the string should actually be indexes referring to a
  * character table identified in the subtitle descriptor.
  *****************************************************************************/
 #include <vlc/vlc.h>
@@ -1526,7 +1526,7 @@ static int OpenEncoder( vlc_object_t *p_this )
     p_enc->fmt_out.i_codec = VLC_FOURCC('d','v','b','s');
     p_enc->fmt_out.subs.dvb.i_id  = 1 << 16 | 1;
 
-    sout_CfgParse( p_enc, ENC_CFG_PREFIX, ppsz_enc_options, p_enc->p_cfg );
+    config_ChainParse( p_enc, ENC_CFG_PREFIX, ppsz_enc_options, p_enc->p_cfg );
 
     p_sys->i_page_ver = 0;
     p_sys->i_region_ver = 0;