1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavfilter
Anton Khirnov b7558ac293 af_amix: avoid spurious EAGAIN.
Input on/off state can change in request_samples(), which can result in
a state where only the first input is active. get_available_samples()
will then return 0, and request_frame() will fail with EAGAIN even
though there is data on the single active input.

Take this into account and check the number of active inputs again after
calling request_samples().
2012-07-06 13:51:58 +02:00
..
2012-07-06 13:51:58 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 13:25:13 +02:00
2012-05-14 21:36:11 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00
2012-06-26 19:08:13 +02:00