mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 22:06:59 +00:00
Apply misc fixes to sws_getCoefficients() doxy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30519 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b6a3b71cb2
commit
0943df2e29
@ -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…
Reference in New Issue
Block a user