Ignore:
Timestamp:
Aug 19, 2014 12:54:34 AM (10 years ago)
Author:
bennylp
Message:

Re #1751: fixed miscellaneous gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/vid_stream_info.c

    r4257 r4890  
    3434static const pj_str_t ID_RTPMAP = { "rtpmap", 6 }; 
    3535 
    36 static const pj_str_t STR_INACTIVE = { "inactive", 8 }; 
    37 static const pj_str_t STR_SENDRECV = { "sendrecv", 8 }; 
    38 static const pj_str_t STR_SENDONLY = { "sendonly", 8 }; 
    39 static const pj_str_t STR_RECVONLY = { "recvonly", 8 }; 
    40  
    41  
    4236/* 
    4337 * Internal function for collecting codec info and param from the SDP media. 
     
    191185                                           unsigned stream_idx) 
    192186{ 
     187    const pj_str_t STR_INACTIVE = { "inactive", 8 }; 
     188    const pj_str_t STR_SENDONLY = { "sendonly", 8 }; 
     189    const pj_str_t STR_RECVONLY = { "recvonly", 8 }; 
     190 
    193191    const pjmedia_sdp_attr *attr; 
    194192    const pjmedia_sdp_media *local_m; 
Note: See TracChangeset for help on using the changeset viewer.