[FFmpeg-devel] [PATCH]lavc/libx265: Support gray encoding
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jul 6 19:59:13 EEST 2016
On Thursday 12 May 2016 05:40:36 pm Derek Buitenhuis wrote:
> 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;
Pushed with such a check.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list