diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
commit | 9a58234feaae8b387b7a7e41b643ec619534d26a (patch) | |
tree | eaba3937ef0f47cfc6e1fb471c6e17147fd1596a /libavformat/gxf.c | |
parent | 5298b070c294c211a8777c8c0d61c42bbfd4d1d3 (diff) | |
download | ffmpeg-9a58234feaae8b387b7a7e41b643ec619534d26a.tar.gz |
Fix misspelled parameter names in Doxygen documentation.
This fixes one Doxygen warning each.
Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/gxf.c')
-rw-r--r-- | libavformat/gxf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gxf.c b/libavformat/gxf.c index 3798bb7e89..99d39e4207 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -71,7 +71,7 @@ static int gxf_probe(AVProbeData *p) { /** * \brief gets the stream index for the track with the specified id, creates new * stream if not found - * \param stream id of stream to find / add + * \param id id of stream to find / add * \param format stream format identifier */ static int get_sindex(AVFormatContext *s, int id, int format) { |