From ffa71b2bbbbe1093c114d5af4b9e11d5f26f5800 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sat, 8 Mar 2008 22:43:13 +0000 Subject: [PATCH] Typo + grammar Originally committed as revision 12385 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 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;