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>
2 files changed
tree: 2166f6765de7de1532825bd0eb1d588746d42cea
  1. include/
  2. src/
  3. test/
  4. Android.bp
  5. Android.mk
  6. Doxyfile
  7. LICENSE
  8. Makefile