MPEG4Extractor: use Vector<uint32_t> encryptedsizes
Use Vector<uint32_t> instead of Vector<size_t> The code below treat encryptedsizes as Vector of 4 bytes size_t may be 8 bytes on 64-bit platforms. Bug 148141603 Change-Id: Id4b4c5afea3c5d044a754ce4ab5f7ac204c664eb
Loading
Please register or sign in to comment