commit | 53b3c50b736eaa822307bac9525655f7e3c0e8ea | [log] [tgz] |
---|---|---|
author | Yahui Han <yahui.han@amlogic.com> | Fri Aug 04 10:36:58 2023 +0800 |
committer | Yahui Han <yahui.han@amlogic.com> | Fri Aug 04 10:43:20 2023 +0800 |
tree | 2166f6765de7de1532825bd0eb1d588746d42cea | |
parent | ad79ebb235f35a8a4c449bc55714029547c92215 [diff] |
ts_indexer: fix HEVC lost slice issue. [1/1] PD#SWPL-119993 Problem: some HEVC slice missed if match 0x00000001. The leading_zero_8bit 0x00 only be present in the first byte stream NAL unit of the bitstream. Solution: use start code 0x000001 to find NALU for AVC/HEVC. Verify: linux Change-Id: I9e9083b86c8d80ab176b82c5706175d28028cd4b Signed-off-by: Yahui Han <yahui.han@amlogic.com>