mirror of https://github.com/FFmpeg/FFmpeg.git
When 'out' is an AVFrame that does not have buffers preallocated, swr_convert_frame tries to allocate buffers of the right size. However in calculating this size it failed to check for whether 'in' is NULL (requesting that swr's internal buffers are to be flushed). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/265/head
parent
01e545d046
commit
3fa8f263ab
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue