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 743c148 commit cdfe549Copy full SHA for cdfe549
src/AvTranscoder/OptionLoader.hpp
@@ -74,12 +74,6 @@ class OptionLoader
74
*/
75
static std::vector<std::string> getSampleFormats( const std::string& audioCodecName = "" );
76
77
- /**
78
- * Get array of sample format supported by an audio codec.
79
- * @param audioCodecName: the audio codec name (empty if not indicated, and so get all sample formats supported by all audio codecs).
80
- */
81
- std::vector<std::string> getSampleFormats( const std::string& audioCodecName = "" ) const;
82
-
83
private:
84
/**
85
* @brief: load array of Option depending on the flags.
0 commit comments