1 #ifndef _fpschanger_hpp_included_
2 #define _fpschanger_hpp_included_
9 fpschanger(uint32_t tfps_n
, uint32_t tfps_d
, uint32_t sfps_n
, uint32_t sfps_d
);
10 void change_source_rate(uint32_t sfps_n
, uint32_t sfps_d
);
11 uint64_t duration(uint64_t sduration
);