On 4/7/2014 11:27 PM, Tim Walker wrote:
> FWIW, in HandBrake I'm trying to move away from having to update the wrapper 
> for every API change by using x265_param_parse, for example:
> 
> char sar[22];
> snprintf(sar, sizeof(sar), "%d:%d", sar_num, sar_den);
> x265_param_parse(param, "sar", sar);

Seems like it could be useful to manually call it, indeed.

I'll send a v2 tomorrow.

- Derek
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to