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 |
||
|---|---|---|
| .. | ||
| dec | ||
| enc | ||
| inc | ||
| rc | ||
| CMakeLists.txt | ||
| enc_impl.cpp | ||
| mpp_dec.cpp | ||
| mpp_dec_debug.h | ||
| mpp_dec_no_thread.cpp | ||
| mpp_dec_normal.cpp | ||
| mpp_enc_debug.h | ||
| mpp_enc_impl.cpp | ||
| mpp_enc_v2.cpp | ||
| mpp_parser.cpp | ||
| mpp_rc.cpp | ||