diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-05 22:56:59 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-05 22:56:59 +0000 |
commit | fbc0f6a973929d7cb80e98192ba3833754b0ef6f (patch) | |
tree | 432dd603a2ab21b2759a91bf3dde52690b684cf2 /libswscale | |
parent | 89ee5c68972aad0350a2aa96a7ea4fdf2c0dbdd8 (diff) | |
download | ffmpeg-fbc0f6a973929d7cb80e98192ba3833754b0ef6f.tar.gz |
Apply misc fixes to sws_getCoefficients() doxy.
Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 9dee6b9453..8f9e87082d 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -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); |