Searched refs:ff_len (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | timecode.c | 107 int hh, mm, ss, ff, ff_len, neg = 0; in av_timecode_make_string() local 122 ff_len = fps > 10000 ? 5 : fps > 1000 ? 4 : fps > 100 ? 3 : fps > 10 ? 2 : 1; in av_timecode_make_string() 125 hh, mm, ss, drop ? ';' : ':', ff_len, ff); in av_timecode_make_string()
|
Completed in 1 milliseconds