Skip to content
Snippets Groups Projects
Verified Commit cdaf661e authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Reset nb_no_activity_frames when analysis DTX isn't used

parent 57092f9d
Branches analysis_fix2
No related tags found
No related merge requests found
......@@ -2150,6 +2150,8 @@ opus_int32 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_
RESTORE_STACK;
return 1;
}
} else {
st->nb_no_activity_frames = 0;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment