diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-02 13:23:35 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-03 18:30:02 +0200 |
commit | 24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch) | |
tree | aeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavformat | |
parent | 01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff) | |
download | ffmpeg-24c9babaaf458f943ed1ef74628d157ac29c5d5f.tar.gz |
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/wtv.c | 2 |
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) |