Re: [Libav-user] sws_setColorspaceDetails parameters for colorspace conversions

2012-07-23 Thread Robert Krüger
On Wed, Jul 18, 2012 at 9:30 PM, Michael Niedermayer michae...@gmx.at wrote: On Sun, Jul 08, 2012 at 01:04:17PM +0200, Robert Krüger wrote: Hi, I'm trying to do a colorspace conversion using libswscale. The documentation for sws_setColorspaceDetails doesn't have all params documented:

Re: [Libav-user] sws_setColorspaceDetails parameters for colorspace conversions

2012-07-18 Thread Michael Niedermayer
On Sun, Jul 08, 2012 at 01:04:17PM +0200, Robert Krüger wrote: Hi, I'm trying to do a colorspace conversion using libswscale. The documentation for sws_setColorspaceDetails doesn't have all params documented: added docs for the rest, but note converting between different types of YUV

[Libav-user] sws_setColorspaceDetails parameters for colorspace conversions

2012-07-08 Thread Robert Krüger
Hi, I'm trying to do a colorspace conversion using libswscale. The documentation for sws_setColorspaceDetails doesn't have all params documented: /** * @param inv_table the yuv2rgb coefficients, normally ff_yuv2rgb_coeffs[x] * @return -1 if not supported */ int sws_setColorspaceDetails(struct