Skip to content

Commit dcf6509

Browse files
author
Clement Champetier
committed
AudioFrame: fix spelling in the doc of getDefaultNbSamples method
1 parent 11789bb commit dcf6509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/data/decoded/AudioFrame.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class AvExport AudioFrame : public IFrame
7272
* @brief The number of samples of a frame cannot be known before calling avcodec_decode_audio4,
7373
* and can be variable in a same stream. Because we need to allocate some frames without knowing this parameter,
7474
* we access here a default number of samples.
75-
* @note This value depends on the sample rate (excample: 1920 samples at 48kHz).
75+
* @note This value depends on the sample rate (example: 1920 samples at 48kHz).
7676
* @return the number of samples of our default AudioFrame.
7777
* @see setNbSamplesPerChannel
7878
*/

0 commit comments

Comments
 (0)