| 3776 | } |
| 3777 | |
| 3778 | int64_t hb_rescale_rational(hb_rational_t q, int b) |
| 3779 | { |
| 3780 | return av_rescale(q.num, b, q.den); |
| 3781 | } |
| 3782 | |
| 3783 | /********************************************************************** |
| 3784 | * hb_reduce64 |
no outgoing calls
no test coverage detected