commit | 10f8885f7ff7857a739b2fa4ff81d0dbd1aced2f | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Tue Sep 15 14:58:37 2020 -0700 |
committer | bohu <bohu@google.com> | Sat Oct 03 20:13:05 2020 -0700 |
tree | 914047644620e6fa5f6c81e578d77eca471c5735 | |
parent | 2af8133e14fa7a2115868dfdf328ad270826636a [diff] |
codecs: fix pts truncation error It was wrong to assume sizeof(pts) to be 4, should use 8, instead. needs corresponding host side change to fix the bug completely. BUG: 168593698 Change-Id: I17623fbc273ebfe5bef525caf59d76ecca4745a1