mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
Platform: All Spec: h265 Error case: nalu payloads with byte sequence 00 00 00 xx data used to be incorrectly detected as start code. Solution: Modify the start code detection logic by replacing condition src[i+2] < 2 with src[i+2] == 1 Reported by: redmine #545594 Source: kiloview-p3.hevc Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com> Change-Id: I7e544e127f324df42418765adc5a7a51e082736e |
||
|---|---|---|
| .. | ||
| base | ||
| codec | ||
| common | ||
| hal | ||
| inc | ||
| legacy | ||
| vproc | ||
| CMakeLists.txt | ||
| codecs.cmake | ||
| mpi.cpp | ||
| mpp.cpp | ||
| mpp_impl.cpp | ||
| mpp_info.cpp | ||
| vproc.cmake | ||