Browse Source

MT#55283 add missing EVS DTX handling

Change-Id: I04882d64df1f08d733a4fb87747f13c807e2795c
(cherry picked from commit de47c13b0b)
(cherry picked from commit aa820b9659)
mr12.5.1
Richard Fuchs 10 months ago
parent
commit
4bab8be0b0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lib/codeclib.c

+ 2
- 0
lib/codeclib.c View File

@ -4947,6 +4947,8 @@ static void evs_def_init(struct codec_def_s *def) {
}
static int evs_dtx(decoder_t *dec, GQueue *out, int ptime) {
ilog(LOG_DEBUG, "pushing empty/lost frame to EVS decoder");
evs_push_frame(dec, NULL, 0, 0, 0, 0, out);
return 0;
}


Loading…
Cancel
Save