diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-25 01:52:16 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:56:47 +0200 |
commit | 3bd0bf76fb360114670a6d825c8995c4499c1017 (patch) | |
tree | 48e7c514b32afdabc053026344d5b5d936bdcf58 | |
parent | 3973d4fbc7b4849a1832f255a67b186d37266e46 (diff) | |
download | ffmpeg-3bd0bf76fb360114670a6d825c8995c4499c1017.tar.gz |
avutil/samplefmt: document missing argument
-rw-r--r-- | libavutil/samplefmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h index 1999c9bca6..6bad0e254a 100644 --- a/libavutil/samplefmt.h +++ b/libavutil/samplefmt.h @@ -213,6 +213,7 @@ int av_samples_fill_arrays(uint8_t **audio_data, int *linesize, * @param[out] linesize aligned size for audio buffer(s), may be NULL * @param nb_channels number of audio channels * @param nb_samples number of samples per channel + * @param sample_fmt the sample format * @param align buffer size alignment (0 = default, 1 = no alignment) * @return >=0 on success or a negative error code on failure * @todo return the size of the allocated buffer in case of success at the next bump |