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 e886c8a commit 4aaeefbCopy full SHA for 4aaeefb
src/AvTranscoder/data/decoded/Frame.hpp
@@ -43,8 +43,10 @@ class AvExport Frame
43
int* getLineSize() const { return _frame->linesize; }
44
45
/**
46
- * @brief Copy the data of the given Frame.
47
- */
+ * @brief Copy the data of the given Frame.
+ * @note This function does not allocate anything: the current frame must be already initialized and
48
+ * allocated with the same parameters as the given frame, to be ready for memcpy instructions.
49
+ */
50
void copyData(const Frame& frameToRef);
51
52
0 commit comments