Browse Source

Merge branch 'master' of https://github.com/semhoun/rtpengine

Change-Id: Iaef09e2cfa21250e3ec347eb2afb1efb89344f76
pull/1287/head
Richard Fuchs 5 years ago
parent
commit
4b02406b0a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/codeclib.c

+ 1
- 0
lib/codeclib.c View File

@ -2467,6 +2467,7 @@ static int bcg729_encoder_input(encoder_t *enc, AVFrame **frame) {
enc->avpkt->size = len; enc->avpkt->size = len;
enc->avpkt->pts = (*frame)->pts; enc->avpkt->pts = (*frame)->pts;
enc->avpkt->duration = len * 8; // Duration is used by encoder_input_data for pts calculation
return 0; return 0;
} }


Loading…
Cancel
Save