| 773 | } |
| 774 | |
| 775 | AVRational av_stream_get_codec_timebase(const AVStream *st) |
| 776 | { |
| 777 | return cffstream(st)->avctx ? cffstream(st)->avctx->time_base : cffstream(st)->transferred_mux_tb; |
| 778 | } |
| 779 | #endif |
| 780 | |
| 781 | void avpriv_set_pts_info(AVStream *st, int pts_wrap_bits, |
nothing calls this directly
no test coverage detected