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 dea73ee commit cdf2697Copy full SHA for cdf2697
src/AvTranscoder/encoder/IEncoder.hpp
@@ -31,8 +31,8 @@ class AvExport IEncoder
31
virtual bool encodeFrame(const Frame& sourceFrame, CodedData& codedFrame) = 0;
32
33
/**
34
- * @brief Get delayed encoded frames
35
- * @param codedFrame: output encoded coded data of last frames
+ * @brief Get the frames remaining into the encoder
+ * @param codedFrame: output encoded data
36
* @return status of encoding
37
* @throw runtime_error if the encoded process failed.
38
*/
0 commit comments