mirror of https://github.com/FFmpeg/FFmpeg.git
Fixes a segfault from av_fifo_size(NULL) that happens in ff_frame_thread_encoder_free if the fifo couldn't be allocted; furthermore the mutexes and conditions that are destroyed in ff_frame_thread_encoder_free are not even initialized at this point, so don't call said function. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/371/head
parent
e0f5086fab
commit
2ccbc40eef
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue