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
Loading