Changeset 32f808e2b53be404078de7e50c64655c94f4240c

Show
Ignore:
Timestamp:
10/07/04 19:22:35 (4 years ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1089480155 +0000
git-parent:

[9ea870aa6c8bbd34df0199fe31cdd2ef9cdb1d8e]

git-author:
Laurent Aimar <fenrir@videolan.org> 1089480155 +0000
Message:
  • all: sout_ParseCfg -> sout_CfgParse.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_output/file.c

    r4b9f4ff r32f808e  
    100100    vlc_value_t         val; 
    101101 
    102     sout_ParseCfg( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
     102    sout_CfgParse( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
    103103 
    104104    if( !( p_access->p_sys = malloc( sizeof( sout_access_out_sys_t ) ) ) ) 
  • modules/access_output/http.c

    re3ae397 r32f808e  
    115115    } 
    116116 
    117     sout_ParseCfg( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
     117    sout_CfgParse( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
    118118 
    119119    /* p_access->psz_name host.name:port/filename */ 
  • modules/access_output/udp.c

    r4b9f4ff r32f808e  
    175175    vlc_value_t         val; 
    176176 
    177     sout_ParseCfg( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
     177    sout_CfgParse( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
    178178 
    179179    if( !( p_sys = p_access->p_sys =