1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Apply misc fixes to sws_getCoefficients() doxy.

Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Stefano Sabatini 2010-02-05 22:56:59 +00:00
parent 89ee5c6897
commit fbc0f6a973

View File

@ -105,8 +105,10 @@ const char *swscale_license(void);
/** /**
* Returns a pointer to yuv<->rgb coefficients for the given colorspace * Returns a pointer to yuv<->rgb coefficients for the given colorspace
* suitable for sws_setColorspaceDetails() * suitable for sws_setColorspaceDetails().
* @colorspace one of SWS_CS_* If invalid, SWS_CS_DEFAULT is used. *
* @param colorspace One of the SWS_CS_* macros. If invalid,
* SWS_CS_DEFAULT is used.
*/ */
const int *sws_getCoefficients(int colorspace); const int *sws_getCoefficients(int colorspace);