On Mon, May 06, 2013 at 01:36:38PM +0200, Janne Grunau wrote: > --- a/libswscale/swscale.h > +++ b/libswscale/swscale.h > @@ -141,6 +141,13 @@ int sws_isSupportedInput(enum AVPixelFormat pix_fmt); > int sws_isSupportedOutput(enum AVPixelFormat pix_fmt); > > /** > + * Return a positive value if an endianness conversion for pix_fmt is > + * supported, 0 otherwise. > + */ > + > +int sws_isSupportedEndiannessConversion(enum AVPixelFormat pix_fmt);
stray empty line This will generate a Doxygen warning due to the undocumented parameter. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
