On Sat, 31 May 2014 13:41:43 -0400 Justin Ruggles <[email protected]> wrote:
> On 05/30/2014 04:14 PM, wm4 wrote: > > +#ifndef FF_API_AVFRAME_COLORSPACE > > +#define FF_API_AVFRAME_COLORSPACE (LIBAVUTIL_VERSION_MAJOR >= 54) > > +#endif > > Wait, so this won't work until the next libavutil major bump? Exactly. Since libavcodec depends on sizeof(AVFrame (h264 decoder), this change can't be done without changing ABI. And apparently bumping the ABI requires a major bump. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
