OSDN Git Service

stagefright-plugins: Fix crash if nal size is not 3/4
authorKeith Mok <kmok@cyngn.com>
Mon, 2 May 2016 22:23:19 +0000 (15:23 -0700)
committerKeith Mok <kmok@cyngn.com>
Mon, 2 May 2016 22:23:19 +0000 (15:23 -0700)
commite79e6f14a66bb59396e1a2c39a6e8d379d1e5fc3
tree986a7ab7cfc233a6620492248e9fd9d4e2a6c0d4
parentd379af44d0b08702a1236d29d4d7a2dc0f6ebd68
stagefright-plugins: Fix crash if nal size is not 3/4

IF a media file reported a nal size length not
equals to 3/4. It will asserts.
Change it to report error on that media instead
of asserts.

FEIJ-335

Change-Id: Id46a423102407388eff2b7f3b069cb7c4354df32
extractor/FFmpegExtractor.cpp