mirror of
https://github.com/asticode/go-astiav.git
synced 2025-09-26 20:21:15 +08:00
4 lines
223 B
C
4 lines
223 B
C
#include <libavutil/samplefmt.h>
|
|
#include <stdint.h>
|
|
|
|
int astiavSamplesCopyToBuffer(uint8_t* dst, int dst_size, const uint8_t * const src_data[8], int nb_channels, int nb_samples, enum AVSampleFormat sample_fmt, int align); |