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 98ad888 commit ebe4cabCopy full SHA for ebe4cab
src/AvTranscoder/reader/AudioReader.hpp
@@ -30,7 +30,7 @@ class AvExport AudioReader : public IReader
30
//@{
31
// @brief Output info
32
size_t getOutputSampleRate() const { return _outputSampleRate; }
33
- size_t getOutputChannels() const { return _outputNbChannels; }
+ size_t getOutputNbChannels() const { return _outputNbChannels; }
34
AVSampleFormat getOutputSampleFormat() const { return _outputSampleFormat; }
35
//@}
36
0 commit comments