From 8ea0e8024157cb1a6760f0e371dab7d7eaab8332 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Thu, 15 Nov 2007 11:45:07 +0000 Subject: [PATCH] Fix Doxygen parameter Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,