| 140 | } |
| 141 | |
| 142 | char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df) |
| 143 | { |
| 144 | return av_timecode_make_smpte_tc_string2(buf, (AVRational){30, 1}, tcsmpte, prevent_df, 1); |
| 145 | } |
| 146 | |
| 147 | char *av_timecode_make_mpeg_tc_string(char *buf, uint32_t tc25bit) |
| 148 | { |
nothing calls this directly
no test coverage detected