Browse Source

Apply misc fixes to sws_getCoefficients() doxy.

Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
fbc0f6a973
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      libswscale/swscale.h

+ 4
- 2
libswscale/swscale.h View File

@@ -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);



Loading…
Cancel
Save