Changeset 45:6a3a51cd2c00 in mediastreamer2
- Timestamp:
- Sep 26, 2008 10:52:10 AM (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/videoenc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/videoenc.c
r39 r45 513 513 s->maxbr=*(int*)arg; 514 514 if (s->maxbr>=1024000 && s->codec!=CODEC_ID_H263P){ 515 s->vsize.width = MS_VIDEO_SIZE_ 1024_W;516 s->vsize.height = MS_VIDEO_SIZE_ 1024_H;515 s->vsize.width = MS_VIDEO_SIZE_4CIF_W; 516 s->vsize.height = MS_VIDEO_SIZE_4CIF_H; 517 517 s->fps=17; 518 518 }else if (s->maxbr>=512000){
Note: See TracChangeset
for help on using the changeset viewer.
