Changeset db47cf33d70da786fd365b0321700b2236546926

Show
Ignore:
Timestamp:
24/05/08 18:58:47 (5 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1211648327 +0300
git-parent:

[f160db450ae04c034b306510eaca1aeddc2364b3]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1211648327 +0300
Message:

Don't parse no options

Files:

Legend:

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

    r04e6970 rdb47cf3  
    6464 * Local prototypes 
    6565 *****************************************************************************/ 
    66 static const char *ppsz_sout_options[] = { 
    67     NULL 
    68 }; 
    69  
    7066static ssize_t Write( sout_access_out_t *, block_t * ); 
    7167static int     Seek ( sout_access_out_t *, off_t  ); 
     
    9086    int length_path, length_media_name; 
    9187    int i; 
    92  
    93     config_ChainParse( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); 
    9488 
    9589    if( !( p_sys = calloc ( 1, sizeof( sout_access_out_sys_t ) ) ) )