summaryrefslogtreecommitdiff
path: root/libavcodec/timecode.h
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-04 17:06:39 +0100
committerClément Bœsch <ubitux@gmail.com>2012-01-11 18:14:09 +0100
commitf1db99166b2eb0f8b005ec43587a02c03a6d0506 (patch)
tree85bdfec089023f38fb8c0de7c9cacd2d05e025dc /libavcodec/timecode.h
parent98aafc5bbfa94cee889399d80177bca10ca202aa (diff)
downloadffmpeg-f1db99166b2eb0f8b005ec43587a02c03a6d0506.tar.gz
timecode: string representation can be negative.
Timecode can be specified with a negative value in MOV...
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.
*/