OSDN Git Service

stagefright-plugin: Allow playback video with negative timestamp
authorKeith Mok <kmok@cyngn.com>
Mon, 22 Feb 2016 20:18:10 +0000 (12:18 -0800)
committerKeith Mok <kmok@cyngn.com>
Tue, 5 Apr 2016 21:49:32 +0000 (14:49 -0700)
commit9948eb38a906a23def09d79a42029e2a651651af
tree250c135e8aaff2ffb1d418c1b14b6aa31345b557
parenta6cec7da6ab3951065efd0cd44054d8faac887c3
stagefright-plugin: Allow playback video with negative timestamp

Try to skip negative timestamp packets up to
a certain limit before we report video is MALFORMED.
This allows some video starts with a few video packets containing
timestamp before the reported video started time
to be played correctly.

CYNGNOS-2120

Change-Id: Id91aae916eb7e1071534c1948109e1bdbe2af26d
extractor/FFmpegExtractor.cpp