summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-05 22:56:59 +0000
committerstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-05 22:56:59 +0000
commit0943df2e299372448e0084679e169fe13eee7a59 (patch)
treef0eef512dc7cc8556fa7d14112589115d740745e /libswscale
parentb6a3b71cb2ed9dd674fda43eb843eead0786e0c3 (diff)
downloadmpv-0943df2e299372448e0084679e169fe13eee7a59.tar.bz2
mpv-0943df2e299372448e0084679e169fe13eee7a59.tar.xz
Apply misc fixes to sws_getCoefficients() doxy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30519 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h6
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);