Skip to content

Commit 0a2ef1a

Browse files
author
Clement Champetier
committed
OptionLoader: update doc
1 parent 73bf2a4 commit 0a2ef1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/OptionLoader.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ class OptionLoader
6363

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

7171
/**
72-
* Get array of sample format supported by an audio codec.
72+
* @brief Get array of sample format supported by an audio codec.
7373
* @param audioCodecName: the audio codec name (empty if not indicated, and so get all sample formats supported by all audio codecs).
7474
*/
7575
static std::vector<std::string> getSampleFormats( const std::string& audioCodecName = "" );

0 commit comments

Comments
 (0)