mirror of https://github.com/FFmpeg/FFmpeg.git
This fixes a segmentation fault because request_frame in fifo.c assumes that the call to ff_request_frame will populate fifo->root.next. Before, it was possible for request_frame in af_compand to not do this, resulting in a null pointer access. Now, request_frame in af_compand always will return at least one frame or an error, as per the API specifications in avfilter.h for request_frame. Signed-off-by: Anton Khirnov <anton@khirnov.net>pull/76/merge
parent
a9aee08d90
commit
d3cfd7aff8
1 changed files with 15 additions and 3 deletions
Loading…
Reference in new issue