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

Skip to content
Commit 11df26c1 authored by Chaithanya Krishna Bacharaju's avatar Chaithanya Krishna Bacharaju Committed by Steve Kondik
Browse files

libstagefright: Fix for clips getting skipped during playback

-mLpaInProgress gets set to true for non-lpa mp3 and aac clips and
is never reset as LPA destructor is never called. Due to this, next
clips which require hardware decoder get skipped. Same scenario is
observed if a lpa clip is skipped.
-Fix this by making mLpaInProgress true only for LPA clips. Also
reset this variable always to ensure no issue is seen if lpa
clip is skipped.

Change-Id: I54c37d8c8ca7b48c67d7b173399f88c8d3b4e059
CRs-Fixed: 401725
parent 1e59905b
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