11 Jul 2012 13:20
[PATCH] lavc/tiffenc: apply misc doxy fixes
Stefano Sabatini <stefasab <at> gmail.com>
2012-07-11 11:20:36 GMT
2012-07-11 11:20:36 GMT
---
libavcodec/tiffenc.c | 36 +++++++++++++++++++-----------------
1 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c
index 793e367..2e08dc9 100644
--- a/libavcodec/tiffenc.c
+++ b/libavcodec/tiffenc.c
<at> <at> -73,7 +73,8 <at> <at> typedef struct TiffEncoderContext {
/**
- * Check free space in buffer
+ * Check free space in buffer.
+ *
* <at> param s Tiff context
* <at> param need Needed bytes
* <at> return 0 - ok, 1 - no free space
<at> <at> -89,13 +90,13 <at> <at> static inline int check_size(TiffEncoderContext * s, uint64_t need)
}
/**
- * Put n values to buffer
+ * Put n values to buffer.
*
- * <at> param p Pointer to pointer to output buffer
- * <at> param n Number of values
- * <at> param val Pointer to values
- * <at> param type Type of values
- * <at> param flip =0 - normal copy, >0 - flip
(Continue reading)
RSS Feed