Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5eede5f9 authored by Yogesh Sadhu's avatar Yogesh Sadhu Committed by Arne Coucheron
Browse files

libstagefright: Reset the decoder while performing seek.

- Observed noise when seeking to beginning of file for the recorded AMR clip.
- While performing seek, the AMR decoder states are not being reset. In AMR decoder, the current frame
  output is predicted using the states from previous frame. If these states are not cleared, it might
  cause noise when seek is performed.
- Fixed by resetting the decoder when seek is issued.

Change-Id: I412c362f554ba1613b440cf613349d2bdef0d5dd
CRs-Fixed: 263744
parent 3e8686b7
Loading
Loading
Loading
Loading
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