summaryrefslogtreecommitdiff
path: root/libavcodec/timecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/timecode.h')
-rw-r--r--libavcodec/timecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h
index a2b6b0903b..076f04763f 100644
--- a/libavcodec/timecode.h
+++ b/libavcodec/timecode.h
@@ -67,6 +67,7 @@ uint32_t avpriv_framenum_to_smpte_timecode(unsigned frame, int fps, int drop);
* @param tc Timecode struct pointer
* @param frame Frame id (timecode frame is computed with tc->start+frame)
* @return a pointer to the buf parameter
+ * @note timecode representation can be a negative timecode
* @note buf must have enough space to store the timecode representation: 16
* bytes is the minimum required size.
*/