Skip to content

Commit e0d1dd1

Browse files
committed
update mixVideoRaw comment
1 parent 56978e4 commit e0d1dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/audio_mixer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class FFMPEG_API_DLL AudioMixer {
2727
* @brief Mixes a video file and raw audio data into a single MP4 output.
2828
*
2929
* 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.
30+
* and merges them into a single MP4 output file.
3131
*
3232
* @param videoFile The path to the input video file.
3333
* @param raw A vector containing the raw audio data (floating-point samples).

0 commit comments

Comments
 (0)