File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ class OptionLoader
63
63
64
64
public:
65
65
/* *
66
- * Get array of pixel format supported by video codec.
66
+ * @brief Get array of pixel format supported by video codec.
67
67
* @param videoCodecName: the video codec name (empty if not indicated, and so get all pixel formats supported by all video codecs).
68
68
*/
69
69
static std::vector<std::string> getPixelFormats ( const std::string& videoCodecName = " " );
70
70
71
71
/* *
72
- * Get array of sample format supported by an audio codec.
72
+ * @brief Get array of sample format supported by an audio codec.
73
73
* @param audioCodecName: the audio codec name (empty if not indicated, and so get all sample formats supported by all audio codecs).
74
74
*/
75
75
static std::vector<std::string> getSampleFormats ( const std::string& audioCodecName = " " );
You can’t perform that action at this time.
0 commit comments