Changeset 17318964ae5883cce5ff228260af67217cde06d5

Show
Ignore:
Timestamp:
16/11/06 14:46:22 (2 years ago)
Author:
Marian Durkovic <md@videolan.org>
git-committer:
Marian Durkovic <md@videolan.org> 1163684782 +0000
git-parent:

[750a8194ffc7a6bf7eaa6a44b8f10e76ea8f5247]

git-author:
Marian Durkovic <md@videolan.org> 1163684782 +0000
Message:

Declarations before code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/stream_output/sap.c

    r26c0970 r1731896  
    601601         *psz_sdp; 
    602602    char ipv; 
     603    char *sfilter = NULL; 
     604    int res; 
    603605 
    604606    psz_group = p_session->psz_group; 
     
    624626        psz_uri = p_session->psz_uri; 
    625627 
    626     char *sfilter = NULL; 
    627628    if (b_ssm) 
    628629    { 
     
    633634 
    634635    /* see the lists in modules/stream_out/rtp.c for compliance stuff */ 
    635     int res = asprintf (&psz_sdp, 
     636    res = asprintf (&psz_sdp, 
    636637                        "v=0\r\n" 
    637638                        "o=- "I64Fd" %d IN IP%c %s\r\n"