ffmpeg/libavfilter
Gilles Chanteperdrix dcf19008a6 avfilter/af_volume: fix precision=fixed and volume=0 case
When precision is fixed and volume is 0, filter_frame does not
perform any operation on the output buffer. This works if the
output buffer has been allocated and zeroed with ff_get_audio_buffer
but not if the input buffer is used as output buffer.

Fix this by not using the input buffer as output buffer if
precision is fixed and volume is 0.

Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-01 02:37:56 +01:00
..
2014-02-26 16:37:59 +00:00
2015-02-11 14:58:35 +00:00
2014-07-03 08:07:42 +00:00
2015-02-14 20:48:50 +01:00
2014-05-03 20:08:18 +02:00
2014-06-03 10:58:19 -08:00
2013-01-05 05:21:44 +01:00
2013-09-30 08:47:40 +00:00
2014-08-13 01:00:38 +02:00
2015-02-14 20:48:50 +01:00
2015-01-06 10:02:11 +00:00
2015-01-05 01:45:49 +01:00
2014-08-24 14:35:11 +02:00
2014-12-16 10:10:04 +00:00
2014-12-26 15:39:51 -03:00
2014-06-24 03:16:53 +02:00
2015-01-05 01:45:49 +01:00
2015-01-29 04:38:48 +01:00
2015-01-09 17:26:31 +01:00
2014-10-14 17:15:56 +02:00
2014-02-07 09:33:56 +01:00
2015-01-05 01:45:49 +01:00
2014-06-03 10:58:19 -08:00
2014-01-19 17:13:02 +01:00
2015-01-25 15:58:28 +01:00