On Sat, 5 Jul 2014 22:24:43 -0700, Andrew Kelley <[email protected]> wrote: > 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. > ---
Thanks, pushed to master and 10 -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
