Skip to content

Commit cdfe549

Browse files
remove conflict method
1 parent 743c148 commit cdfe549

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/AvTranscoder/OptionLoader.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ class OptionLoader
7474
*/
7575
static std::vector<std::string> getSampleFormats( const std::string& audioCodecName = "" );
7676

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-
8377
private:
8478
/**
8579
* @brief: load array of Option depending on the flags.

0 commit comments

Comments
 (0)