mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Add new bandwidth for testing larger image
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@42 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
3c21327040
commit
dd0da9570f
1 changed files with 3 additions and 1 deletions
|
|
@ -213,7 +213,9 @@ static void prepare_h263(EncState *s){
|
|||
AVCodecContext *c=&s->av_context;
|
||||
/* we don't use the rtp_callback but use rtp_mode that forces ffmpeg to insert
|
||||
Start Codes as much as possible in the bitstream */
|
||||
c->rtp_mode = 1;
|
||||
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
|
||||
c->rtp_mode = 1;
|
||||
#endif
|
||||
c->rtp_payload_size = s->mtu/2;
|
||||
if (s->profile==0){
|
||||
s->codec=CODEC_ID_H263;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue