Changeset 4015


Ignore:
Timestamp:
Apr 4, 2012 4:49:15 AM (12 years ago)
Author:
bennylp
Message:

Misc (Re #1446): changed h.263 and h.264 default maximum bandwidth to 256kb/s from 512kb/s

File:
1 edited

Legend:

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

    r4007 r4015  
    259259         {"Constrained Baseline (level=30, pack=1)", 39}}, 
    260260        0, 
    261         {720, 480},     {15, 1},        256000, 512000, 
     261        {720, 480},     {15, 1},        256000, 256000, 
    262262        &h264_packetize, &h264_unpacketize, &h264_preopen, &h264_postopen, 
    263263        &pjmedia_vid_codec_h264_match_sdp, 
     
    272272        {PJMEDIA_FORMAT_H263P, PJMEDIA_RTP_PT_H263P, {"H263-1998",9}}, 
    273273        PJMEDIA_FORMAT_H263, 
    274         {352, 288},     {15, 1},        256000, 512000, 
     274        {352, 288},     {15, 1},        256000, 256000, 
    275275        &h263_packetize, &h263_unpacketize, &h263_preopen, NULL, NULL, 
    276276        {2, { {{"CIF",3},   {"1",1}},  
Note: See TracChangeset for help on using the changeset viewer.