Files
ffmpeg/libavfilter
Andrew Kelley 95e91aaf33 af_compand: make sure request_frame always outputs at least one frame
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>
(cherry picked from commit d3cfd7aff8)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-07-08 17:40:07 +00:00
..
2014-01-14 00:04:59 +01:00
2014-03-02 11:42:38 -05:00
2013-03-08 07:37:18 +01:00
2014-03-02 11:42:38 -05:00
2014-03-02 11:42:38 -05:00
2014-01-06 11:44:10 +01:00
2014-01-09 23:13:05 +01:00
2014-03-09 17:54:01 -04:00
2014-02-04 10:54:26 +01:00
2013-03-08 07:37:18 +01:00
2013-03-08 07:37:18 +01:00
2014-01-14 00:04:59 +01:00