Commit 60ea578e authored by stefano's avatar stefano

Apply misc fixes to sws_getCoefficients() doxy.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30519 b3059339-0415-0410-9bf9-f77b7e298cf2
parent ba629b0c
......@@ -105,8 +105,10 @@ const char *swscale_license(void);
/**
* Returns a pointer to yuv<->rgb coefficients for the given colorspace
* suitable for sws_setColorspaceDetails()
* @colorspace one of SWS_CS_* If invalid, SWS_CS_DEFAULT is used.
* suitable for sws_setColorspaceDetails().
*
* @param colorspace One of the SWS_CS_* macros. If invalid,
* SWS_CS_DEFAULT is used.
*/
const int *sws_getCoefficients(int colorspace);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment