On 06 Apr 2014, at 21:41, Derek Buitenhuis <[email protected]> wrote:
> Signed-off-by: Derek Buitenhuis <[email protected]> > --- > Should not be pushed until the following goes in on Monday: > > https://mailman.videolan.org/pipermail/x265-devel/2014-April/004116.html > --- > configure | 4 ++-- > libavcodec/libx265.c | 2 -- > 2 files changed, 2 insertions(+), 4 deletions(-) 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); Tim _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
