Files
mpv/audio
wm4 371e5d0665 af_rubberband: fix filter error deadlock
rubberband_available() can return a negative value, which we assigned to
a size_t variable, leading to the frame allocation to fail. This could
spam "Error filtering frame.". (That it spams this instead of exiting
should probably also be considered a bug.)

At least in the realtime mode and in our case, a negative return value
should not have any different meaning from a 0 return value, in
particular because we call rubberband_get_samples_required() or set the
"final" parameter for rubberband_process() to continue/stop processing.
2015-02-12 09:47:01 +01:00
..
2015-01-14 22:14:46 +01:00
2015-02-03 00:40:02 +01:00
2013-11-12 23:28:21 +01:00
2015-02-11 11:36:07 +01:00
2015-01-14 22:15:00 +01:00
2014-12-01 03:40:23 -08:00
2014-12-01 03:40:23 -08:00