Browse Source

Fix Doxygen parameter

Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 18 years ago
parent
commit
8ea0e80241
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avformat.h

+ 1
- 1
libavformat/avformat.h View File

@@ -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,


Loading…
Cancel
Save