Skip to content

Commit c4bf09d

Browse files
author
Clement Champetier
committed
OptionLoader: update doc of getPixelFormats
1 parent cf40e09 commit c4bf09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/OptionLoader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class OptionLoader
6262
std::vector<std::string>& getAudioCodecsShortNames() { return _audioCodecsShortNames; }
6363

6464
/**
65-
* Get array of pixel format supported by video codec.
65+
* Get array of pixel format supported by a video codec.
6666
* @param videoCodecName: the video codec name (empty if not indicated, and so get all pixel formats supported by all video codecs).
6767
*/
6868
std::vector<std::string> getPixelFormats( const std::string& videoCodecName = "" ) const;

0 commit comments

Comments
 (0)