mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
timecode: add avpriv_check_timecode_rate().
This commit is contained in:
committed by
Clément Bœsch
parent
a44b63f6c8
commit
2aa7375a98
@@ -72,6 +72,13 @@ uint32_t avpriv_framenum_to_smpte_timecode(unsigned frame, int fps, int drop);
|
||||
*/
|
||||
char *avpriv_timecode_to_string(char *buf, const struct ff_timecode *tc, unsigned frame);
|
||||
|
||||
/**
|
||||
* Check if timecode rate is valid and consistent with the drop flag.
|
||||
*
|
||||
* @return 0 on success, negative value on failure
|
||||
*/
|
||||
int avpriv_check_timecode_rate(void *avcl, AVRational rate, int drop);
|
||||
|
||||
/**
|
||||
* Parse SMTPE 12M time representation (hh:mm:ss[:;.]ff). str and rate fields
|
||||
* from tc struct must be set.
|
||||
|
||||
Reference in New Issue
Block a user