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 cf40e09 commit c4bf09dCopy full SHA for c4bf09d
src/AvTranscoder/OptionLoader.hpp
@@ -62,7 +62,7 @@ class OptionLoader
62
std::vector<std::string>& getAudioCodecsShortNames() { return _audioCodecsShortNames; }
63
64
/**
65
- * Get array of pixel format supported by video codec.
+ * Get array of pixel format supported by a video codec.
66
* @param videoCodecName: the video codec name (empty if not indicated, and so get all pixel formats supported by all video codecs).
67
*/
68
std::vector<std::string> getPixelFormats( const std::string& videoCodecName = "" ) const;
0 commit comments