James Almer
Results
2
issues of
James Almer
Ideally, rav1e_config_parse() would let me call it with arguments like rav1e_config_parse(cfg, "time_base", "1/30") or rav1e_config_parse(cfg, "time_base", "1:30"), and in addition, a new function rav1e_config_parse_rational() could be added that takes a...
The function returns void, meaning no failure is expected, yet it accept values that will be rejected when calling rav1e_context_new() with the provided RaConfig. An example is 0:1 or 0:0....
bug