]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/timecode.h
timecode: support >24h timecode.
[ffmpeg] / libavcodec / timecode.h
index 50ea313afaf87634e124a3699e643fe47ba22c67..ee03fdab7f77e104293a9caf6747ac0e4cf96660 100644 (file)
@@ -67,8 +67,10 @@ 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  buf must have enough space to store the timecode representation
- *        (sizeof("hh:mm:ss.ff"))
+ * @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.
  */
 char *avpriv_timecode_to_string(char *buf, const struct ff_timecode *tc, unsigned frame);