diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-14 16:20:58 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-14 16:20:58 +0000 |
commit | 4b1131a075696a3153e03dac7c9a01714cc3a372 (patch) | |
tree | a0284699afeec5b2c256444b77db32c193dd30e3 /libavdevice/vfwcap.c | |
parent | cada03275e9a9b1a7d9bce799deeeaf4d8835d29 (diff) | |
download | ffmpeg-4b1131a075696a3153e03dac7c9a01714cc3a372.tar.gz |
typo
Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/vfwcap.c')
-rw-r--r-- | libavdevice/vfwcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index b1d9488d80..cfd49b600e 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -320,7 +320,7 @@ static int vfw_read_header(AVFormatContext *s, AVFormatParameters *ap) #if 0 /* For testing yet unsupported compressions - * Copy these values from-user supplied verbose information */ + * Copy these values from user-supplied verbose information */ bi->bmiHeader.biWidth = 320; bi->bmiHeader.biHeight = 240; bi->bmiHeader.biPlanes = 1; |