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 ee005ba commit e89e84bCopy full SHA for e89e84b
src/AvTranscoder/decoder/IDecoder.hpp
@@ -23,6 +23,9 @@ class AvExport IDecoder
23
/**
24
* @brief Decode next frame
25
* @param frameBuffer: the frame decoded
26
+ * @warn the frameBuffer reference belongs to the decoder and is valid only until the
27
+ * next call to this function or until closing or flushing the
28
+ * decoder. The caller may not write to it.
29
* @return status of decoding
30
*/
31
virtual bool decodeNextFrame(Frame& frameBuffer) = 0;
0 commit comments