Ignore:
Timestamp:
Jan 30, 2008 9:47:57 AM (16 years ago)
Author:
bennylp
Message:

Ticket #61: undo r1759 and replace it with other patches to fix unable to accept RTP/AVP offer with a=crypto attribute when use_sdp is set to zero. Also minor fix to streamutil

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/streamutil.c

    r1735 r1760  
    2929 * \includelineno streamutil.c 
    3030 */ 
     31 
     32#include <pjlib.h> 
     33#include <pjlib-util.h> 
     34#include <pjmedia.h> 
     35#include <pjmedia-codec.h> 
     36#include <pjmedia/transport_srtp.h> 
     37 
     38#include <stdlib.h>     /* atoi() */ 
     39#include <stdio.h> 
     40 
     41#include "util.h" 
    3142 
    3243 
     
    7182 
    7283 
    73  
    74 #include <pjlib.h> 
    75 #include <pjlib-util.h> 
    76 #include <pjmedia.h> 
    77 #include <pjmedia-codec.h> 
    78 #include <pjmedia/transport_srtp.h> 
    79  
    80 #include <stdlib.h>     /* atoi() */ 
    81 #include <stdio.h> 
    82  
    83 #include "util.h" 
    8484 
    8585 
Note: See TracChangeset for help on using the changeset viewer.