We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56978e4 commit e0d1dd1Copy full SHA for e0d1dd1
1 file changed
include/audio_mixer.hpp
@@ -27,7 +27,7 @@ class FFMPEG_API_DLL AudioMixer {
27
* @brief Mixes a video file and raw audio data into a single MP4 output.
28
*
29
* This function takes an input video file and raw audio data (in the form of a vector of floating-point samples),
30
- * and merges them into a single MP4 output file. The audio codec parameters must also be provided to describe the format of the raw audio.
+ * and merges them into a single MP4 output file.
31
32
* @param videoFile The path to the input video file.
33
* @param raw A vector containing the raw audio data (floating-point samples).
0 commit comments