commit | 371066d073c5db289b0f38b9d2bfd3e326c78c66 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Tue Mar 06 15:55:29 2018 -0800 |
committer | Ray Essick <essick@google.com> | Wed Mar 07 15:34:04 2018 -0800 |
tree | 1f82906471f3575c6e858aa7b858bd6989245888 | |
parent | fd3a46a9bafa259609f246990804d26496af7150 [diff] |
better mpeg2 TS elementary stream Access Unit parsing mpeg2 es stream access units have a 3 byte prefix and a 1 byte start code. Searching for the next access unit started after the prefix instead of after the start byte. Bug: 74114680 Test: ran POC before/after