summaryrefslogtreecommitdiff
path: root/libavformat/wtv.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 13:23:35 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-03 18:30:02 +0200
commit24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch)
treeaeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavformat/wtv.c
parent01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff)
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavformat/wtv.c')
-rw-r--r--libavformat/wtv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wtv.c b/libavformat/wtv.c
index 0f9fdeff06..cc6fc8be48 100644
--- a/libavformat/wtv.c
+++ b/libavformat/wtv.c
@@ -766,7 +766,7 @@ enum {
* Parse WTV chunks
* @param mode SEEK_TO_DATA or SEEK_TO_PTS
* @param seekts timestamp
- * @param[out] len Length of data chunk
+ * @param[out] len_ptr Length of data chunk
* @return stream index of data chunk, or <0 on error
*/
static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr)