OSDN Git Service

stagefright-plugins: Fix port reset problem
authorKeith Mok <kmok@cyngn.com>
Fri, 22 Apr 2016 23:21:44 +0000 (16:21 -0700)
committerKeith Mok <kmok@cyngn.com>
Fri, 22 Apr 2016 23:29:17 +0000 (16:29 -0700)
commitd379af44d0b08702a1236d29d4d7a2dc0f6ebd68
tree4f52207fc5678c2d76b5de938d579967291c1d03
parent38e74de2c8eafcec1405fb1feb98225def9149ea
stagefright-plugins: Fix port reset problem

onReset does not clean the ffmpeg status
causing left-over to the next stream decoded.
Fix CTS testCodecResetsMpeg4WithSurface and
testCodecResetsMpeg4WithoutSurface under
package android.media.cts.DecoderTest

FEIJ-88

Change-Id: Ic185852948a946d42feed464b7f690a6b809dc58
omx/SoftFFmpegVideo.cpp