ffmpeg/libavfilter
Clément Bœsch 241f8465d0 lavfi/abuffer: init the data planes with NULL pointers.
Samples buffer ref is allocated and loaded with the uninitialized data
pointers:
     av_asrc_buffer_add_buffer()
  -> av_asrc_buffer_add_samples()
  -> avfilter_get_audio_buffer_ref_from_arrays(data, ...)

...which leads to a crash with at least lavfi/ashowinfo in case of !NULL
(see the for loop while samplesref->data[plane]).
2012-02-21 16:45:34 +01:00
..
2011-12-27 15:21:08 +01:00
2012-02-06 20:46:58 +01:00
2011-12-04 21:13:22 +01:00
2012-01-24 11:38:36 +01:00
2012-02-06 20:46:58 +01:00
2011-12-13 21:08:43 +01:00
2011-11-25 04:45:41 +01:00
2011-11-14 05:42:10 +01:00
2012-02-06 20:46:58 +01:00
2011-12-11 11:55:33 +01:00