[FFmpeg-devel] [PATCH v3 54/54] avutil/samplefmt: document missing argument
Marvin Scholz
epirat07 at gmail.com
Sun Sep 25 03:11:21 EEST 2022
---
libavutil/samplefmt.h | 1 +
1 file changed, 1 insertion(+)
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
--
2.37.0 (Apple Git-136)
More information about the ffmpeg-devel
mailing list