commit | 8f267c4a47fa65193c39635675a536468d5d4296 | [log] [tgz] |
---|---|---|
author | John Grossman <johngro@google.com> | Wed Jun 13 12:56:22 2012 -0700 |
committer | John Grossman <johngro@google.com> | Wed Jun 13 12:56:22 2012 -0700 |
tree | f36b6899d877b50eddcab7207c60f88c2fdbec23 | |
parent | 115284bc124ce2874f32ad36956f475959513388 [diff] |
LibAAH_RTP: Fix a deserialization bug. DO NOT MERGE Fix for bug 6446715 Fix a deserialization bug which was causing an assertion failure in stagefright and bringing down the entire media server. Basically, you will hit this any time you play a track longer than ~2147 seconds. (Technically, the crash will happen any time the play pointer at a position which is ~2147 * (1 * 2N) where N >= 0) Change-Id: Ic0d371b0f6c29fddf0a033f5de08a70b3e63c854