mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-27 01:10:05 +01:00
Before patch, memory was allocated in each thread functions, which may cause more than one time of memory allocation and cause crash. After patch, memory is allocated in the main thread once, an index was parsed into thread functions. Bug fixed. Signed-off-by: Xu Jun <xujunzz@sjtu.edu.cn>