Skip to content

Commit 614eab5

Browse files
author
Clement Champetier
committed
StreamTranscoder: added doc to getProcessCase private method
1 parent 54e966a commit 614eab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AvTranscoder/transcoder/StreamTranscoder.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ class AvExport StreamTranscoder
106106
void setOffset(const float offset);
107107

108108
//@{
109-
// Get the current process case.
109+
// @brief Get the current process case.
110+
// @warning Could vary during the process.
110111
enum EProcessCase
111112
{
112113
eProcessCaseTranscode,

0 commit comments

Comments
 (0)