On 5/12/2016 4:18 PM, Carl Eugen Hoyos wrote:
> The feature is not new (and the necessary define in the header 
> was always there) but it did not work (at least for some 
> revisions).
> How should I proceed?

Hmm.

I'm not really a fan of bumping up the required x265 version,
since it has been stable for a good amount of time now...

One option is to add something like:
    if (VERSION < SOMEVERSION)
        goto fail;

Another option is to just leave the pacth as-is and claim it's
not our problem because it was x265's bug.

I don't have a strong opinion on either, so go with whichever people
are OK with.

- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to