Remove calls to MediaCodec#stop from AVDA
Previously there were cases where MediaCodec#stop would be called while the MediaCodec was in a broken state, which results in hitting a CHECK. In AVDA we don't actually need to call stop() because it's always called right before deleting the MediaCodec. This replaces those calls with explicit deletion. BUG=582275 TEST=Trying to play videos with unsupported profiles; no crashes Review URL: https://codereview.chromium.org/1687143002 Cr-Commit-Position: refs/heads/master@{#374754}
Showing
Please register or sign in to comment