commit | d23ab3ae2248781640e9a10659c9ad0a78941acc | [log] [tgz] |
---|---|---|
author | Dongwon Kang <dwkang@google.com> | Mon Jan 29 17:29:21 2018 -0800 |
committer | Dongwon Kang <dwkang@google.com> | Fri Feb 02 14:20:43 2018 -0800 |
tree | b38de1495ee9e29d826a0222d8590e4e00804df9 | |
parent | 24aabf915e8252ab318d0df6888a0d61a4c7a904 [diff] |
Remove std:vector from MediaExtractor::setMediaCas() The layout and implementation of std::vector may be different depending on the compile environment. Now MediaExtractor uses plain c pointer to pass the token while framework side, IMediaExtractor, keeps using std:vector. Test: build Bug: 67908556 Change-Id: I9614426e1d3318ee6ead5f8f78d5d0120d8c605d