We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11789bb commit dcf6509Copy full SHA for dcf6509
src/AvTranscoder/data/decoded/AudioFrame.hpp
@@ -72,7 +72,7 @@ class AvExport AudioFrame : public IFrame
72
* @brief The number of samples of a frame cannot be known before calling avcodec_decode_audio4,
73
* and can be variable in a same stream. Because we need to allocate some frames without knowing this parameter,
74
* we access here a default number of samples.
75
- * @note This value depends on the sample rate (excample: 1920 samples at 48kHz).
+ * @note This value depends on the sample rate (example: 1920 samples at 48kHz).
76
* @return the number of samples of our default AudioFrame.
77
* @see setNbSamplesPerChannel
78
*/
0 commit comments