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

Skip to content
Commit 1aedb675 authored by Satya Krishna Pindiproli's avatar Satya Krishna Pindiproli Committed by Steve Kondik
Browse files

libstagefright: Reset flac decoder eos during flush

- The CTS test case testDecodeFlac fails when the reset mode
  is RESET_MODE_EOS_FLUSH.
- In this mode, after input and output eos are set, there is a seek to 0
  but bit-stream is not fetched from the parser resulting in an
  assert that causes the CTS failure.
- Ensure that the decoder eos is reset in flushDecoder so that bit-stream
  is fetched from the parser.
- Also fix indentation issues for log messages.

CRs-Fixed: 793060
Change-Id: I5fc86a7b04f009e91231fa4b20b32da1dac6a9ca
parent 4728e99e
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