commit | 7abbd4c954e26fb69235831e11090ad61cec7b94 | [log] [tgz] |
---|---|---|
author | joakim johansson <joakim.c.johansson@sonymobile.com> | Fri Jan 30 14:16:03 2015 +0100 |
committer | Robert Shih <robertshih@google.com> | Fri Jan 30 18:15:57 2015 -0800 |
tree | 20c13e7b64e248ec04e8130f1474fdad80d8c800 | |
parent | 64c496c8d51c71605cd34a510da2ecd8180656ec [diff] |
Wrong format used in seamless check The targetFormat that is sent to supportsSeamlessFormatChange function corresponds to the data in mInputFormat but the format provided is the output format, so the check will always return false. Use the input format instead. Bug: 18821145 Change-Id: Iea3cbd59e423da5f2f813e98505b40dc341061b8