Changeset 743:cd4efd090713 in mediastreamer2


Ignore:
Timestamp:
Oct 26, 2009 10:07:22 AM (4 years ago)
Author:
aymeric <aymeric@…>
Branch:
default
Message:

fix compilation - move declaration

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@731 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/oRTP/src/rtpsession.c

    r742 r743  
    214214rtp_session_init (RtpSession * session, int mode) 
    215215{ 
     216        JBParameters jbp; 
    216217        if (session == NULL)  
    217218        { 
     
    220221        } 
    221222         
    222         JBParameters jbp; 
    223223        memset (session, 0, sizeof (RtpSession)); 
    224224        session->mode = (RtpSessionMode) mode; 
Note: See TracChangeset for help on using the changeset viewer.