mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-29 11:42:02 +08:00
timecode: set a fixed buffer size of 16B for tc string.
This commit is contained in:
committed by
Clément Bœsch
parent
0644cabd7a
commit
98aafc5bbf
@@ -67,8 +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 buf must have enough space to store the timecode representation
|
||||
* (sizeof("hh:mm:ss.ff"))
|
||||
* @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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user