- Timestamp:
- Apr 1, 2011 7:12:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-codec/ffmpeg_codecs.c
r3493 r3494 296 296 ctx->qmax = 51; 297 297 ctx->qcompress = 0.6f; 298 299 ctx->flags |= CODEC_FLAG_LOW_DELAY;300 298 } 301 299 … … 922 920 ctx->opaque = ff; 923 921 922 /* Set no delay, note that this may cause some codec functionals 923 * not working (e.g: rate control). 924 */ 925 ctx->rc_lookahead = 0; 926 924 927 /* Open ffmpeg codec */ 925 928 pj_mutex_lock(ff_mutex);
Note: See TracChangeset
for help on using the changeset viewer.