Changeset 3801


Ignore:
Timestamp:
Oct 6, 2011 8:13:01 AM (13 years ago)
Author:
nanang
Message:

Misc (re #1370): disable H263 codec for RTP communication (was enabled to test whether it can use H263-1998 packetization).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/ffmpeg_codecs.c

    r3795 r3801  
    268268              {{"QCIF",4},  {"1",1}}, } }, 
    269269    }, 
     270#if 0 
     271    /* Force plain H263 to use H263-1998 RTP packetization */ 
    270272    { 
    271273        {PJMEDIA_FORMAT_H263, PJMEDIA_RTP_PT_H263, {"H263",4}}, 
     
    275277              {{"QCIF",4},  {"1",1}}, } }, 
    276278    }, 
     279#else 
    277280    { 
    278281        {PJMEDIA_FORMAT_H263,   PJMEDIA_RTP_PT_H263,    {"H263",4}}, 
    279282    }, 
     283#endif 
    280284    { 
    281285        {PJMEDIA_FORMAT_H261,   PJMEDIA_RTP_PT_H261,    {"H261",4}}, 
Note: See TracChangeset for help on using the changeset viewer.