[][src]Function ffmpeg_dev::sys::ff_audio_data_realloc

pub unsafe extern "C" fn ff_audio_data_realloc(
    a: *mut AudioData,
    nb_samples: c_int
) -> c_int

Reallocate AudioData.

The AudioData must have been previously allocated with ff_audio_data_alloc().

@param a AudioData struct @param nb_samples number of samples to allocate space for @return 0 on success, negative AVERROR value on error