Ignore:
Timestamp:
Apr 4, 2012 5:39:50 AM (12 years ago)
Author:
ming
Message:

Misc (Re #1446): Remove XVID format and add default resolution and fps for MPEG4 and MJPEG

File:
1 edited

Legend:

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

    r4015 r4017  
    287287    { 
    288288        {PJMEDIA_FORMAT_MJPEG,  PJMEDIA_RTP_PT_JPEG,    {"JPEG",4}}, 
     289        PJMEDIA_FORMAT_MJPEG, {640, 480}, {25, 1}, 
    289290    }, 
    290291    { 
    291292        {PJMEDIA_FORMAT_MPEG4,  0,                      {"MP4V",4}}, 
    292     }, 
    293     { 
    294         {PJMEDIA_FORMAT_XVID,   0,                      {"XVID",4}}, 
    295         PJMEDIA_FORMAT_MPEG4, 
     293        PJMEDIA_FORMAT_MPEG4, {640, 480}, {25, 1}, 
    296294    }, 
    297295}; 
Note: See TracChangeset for help on using the changeset viewer.