| 194 | } |
| 195 | |
| 196 | int av_timecode_check_frame_rate(AVRational rate) |
| 197 | { |
| 198 | return check_fps(fps_from_frame_rate(rate)); |
| 199 | } |
| 200 | |
| 201 | int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx) |
| 202 | { |
nothing calls this directly
no test coverage detected