diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-15 11:45:07 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-15 11:45:07 +0000 |
commit | 8ea0e8024157cb1a6760f0e371dab7d7eaab8332 (patch) | |
tree | ebcbe205c98acbd9b3a0cb0630cec441bb6667aa | |
parent | e8b7c70f09f3a1c98e9a448df45e5f9e8c149625 (diff) | |
download | ffmpeg-8ea0e8024157cb1a6760f0e371dab7d7eaab8332.tar.gz |
Fix Doxygen parameter
Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 0be3c945be..afea11bd42 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -858,7 +858,7 @@ int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info); * @param buf destination buffer * @param buf_size destination buffer size * @param path numbered sequence string - * @number frame number + * @param number frame number * @return 0 if OK, -1 if format error. */ int av_get_frame_filename(char *buf, int buf_size, |