diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-09-19 21:28:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-19 21:28:42 +0000 |
commit | a889bf135eb902eaa0acb20cc6ce4be7d31d81f6 (patch) | |
tree | 586f91167fffe7577de0bdca8e70de7a4e50c02a /libavformat | |
parent | f94361612a69bea8afb4dde4c17a98f8fd915244 (diff) | |
download | ffmpeg-a889bf135eb902eaa0acb20cc6ce4be7d31d81f6.tar.gz |
cosmetics: typo
Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-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 c9e53b4bfd..45467c648e 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -151,7 +151,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) { /** * \brief filters out interesting tags from material information. - * \param len lenght of tag section, will be adjusted to contain remaining bytes + * \param len length of tag section, will be adjusted to contain remaining bytes * \param si struct to store collected information into */ static void gxf_material_tags(ByteIOContext *pb, int *len, st_info_t *si) { |