Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-04 20:30:03 +0400
committerClément Bœsch <ubitux@gmail.com>2012-01-11 21:14:13 +0400
commitca1bae3983c6592efe4635e7e35a1f85833674b8 (patch)
tree92b2b5a2e0aa0692d2eb44692a37b3e8dfd2eae2 /libavcodec/timecode.h
parentf1db99166b2eb0f8b005ec43587a02c03a6d0506 (diff)
timecode: support >24h timecode.
Diffstat (limited to 'libavcodec/timecode.h')
-rw-r--r--libavcodec/timecode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h
index 076f04763f..ee03fdab7f 100644
--- a/libavcodec/timecode.h
+++ b/libavcodec/timecode.h
@@ -67,7 +67,8 @@ 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 timecode representation can be a negative timecode and have
+ * more than 24 hours.
* @note buf must have enough space to store the timecode representation: 16
* bytes is the minimum required size.
*/