OSDN Git Service

stagefright-plugins: Fix timestamp calculation
authorSteve Kondik <steve@cyngn.com>
Sat, 2 Apr 2016 02:52:04 +0000 (19:52 -0700)
committerSteve Kondik <steve@cyngn.com>
Sat, 2 Apr 2016 02:52:04 +0000 (19:52 -0700)
commita54c041a1755b46843b8dab736eccee5d27602d9
tree5df932342c0b96fe09ef0b5929bb60044efa4443
parent4295c114e1fa1d5895c746658143dc1ab503b219
stagefright-plugins: Fix timestamp calculation

 * The start time should be added to the calculated PTS or we end up
   with a negative timestamp. Derp?

Change-Id: Id24834ff3e7268dacdcd1d44d6335ece3a62b410
extractor/FFmpegExtractor.cpp