summaryrefslogtreecommitdiff
path: root/libavcodec/s3tc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-08-08 12:06:26 +0200
committerDiego Biurrun <diego@biurrun.de>2011-08-26 18:08:38 +0200
commit0138a8dead3d4874aa9c6f60f64423586c69f4d4 (patch)
treec82481f2a619186c04b42285ba0166d24b9aa66e /libavcodec/s3tc.h
parentc960e67ad0f6b318a5f229bb662c899e7e7570d8 (diff)
doxygen: drop pointless star from pointer variable names
Diffstat (limited to 'libavcodec/s3tc.h')
-rw-r--r--libavcodec/s3tc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/s3tc.h b/libavcodec/s3tc.h
index 45da6fa8ac..6e10f43843 100644
--- a/libavcodec/s3tc.h
+++ b/libavcodec/s3tc.h
@@ -29,8 +29,8 @@
/**
* Decode DXT1 encoded data to RGB32
- * @param *src source buffer, has to be aligned on a 4-byte boundary
- * @param *dst destination buffer
+ * @param src source buffer, has to be aligned on a 4-byte boundary
+ * @param dst destination buffer
* @param w width of output image
* @param h height of output image
* @param stride line size of output image
@@ -40,8 +40,8 @@ void ff_decode_dxt1(const uint8_t *src, uint8_t *dst,
const unsigned int stride);
/**
* Decode DXT3 encoded data to RGB32
- * @param *src source buffer, has to be aligned on a 4-byte boundary
- * @param *dst destination buffer
+ * @param src source buffer, has to be aligned on a 4-byte boundary
+ * @param dst destination buffer
* @param w width of output image
* @param h height of output image
* @param stride line size of output image