commit | 972c0aa711cadabb686fa75f95559cfd2c4ad316 | [log] [tgz] |
---|---|---|
author | Vivek Jadhav <vivek.jadhav@ittiam.com> | Thu Nov 09 11:29:14 2023 +0530 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Tue Nov 14 21:03:25 2023 -0800 |
tree | 2092451d479973144e071c8692eab228b768aa31 | |
parent | 51268b3a71741d6f71ca6b9b980b548b49a20679 [diff] |
libavcdec: Fix timeout issue in AVC Decoder Make use of cur_pps to compute the max number of frames in decode gaps in frame num Bug: oss-fuzz-61655 Test: avc_dec_fuzzer
Supports:
Use the following commands for building on the target machine
$ cd external/libavc $ mkdir build $ cd build $ cmake .. $ make
$ cd external/libavc $ mkdir build $ cd build $ CFLAGS="-m32" CXXFLAGS="-m32" LDFLAGS="-m32" cmake .. $ make
Update ‘CMAKE_C_COMPILER’, ‘CMAKE_CXX_COMPILER’, ‘CMAKE_C_COMPILER_AR’, and ‘CMAKE_CXX_COMPILER_AR’ in CMAKE_TOOLCHAIN_FILE passed below
$ cd external/libavc $ mkdir build $ cd build
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch64_toolchain.cmake $ make
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch32_toolchain.cmake $ make