diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-08 22:43:13 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-08 22:43:13 +0000 |
commit | ffa71b2bbbbe1093c114d5af4b9e11d5f26f5800 (patch) | |
tree | a0bd00a4829b18f425e99665ec8f0a224ea37dd2 | |
parent | c2345207369600ea6649dc89c66ac0464f2daf0b (diff) | |
download | ffmpeg-ffa71b2bbbbe1093c114d5af4b9e11d5f26f5800.tar.gz |
Typo + grammar
Originally committed as revision 12385 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 54dfdbf39a..7933cbb9e2 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -510,7 +510,7 @@ typedef struct AVFormatContext { unsigned int max_index_size; /** - * Maximum ammount of memory in bytes to use for buffering frames that are + * Maximum amount of memory in bytes to use for buffering frames * obtained from real-time capture devices. */ unsigned int max_picture_buffer; |