summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2008-04-14 16:20:58 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-04-14 16:20:58 +0000
commit4b1131a075696a3153e03dac7c9a01714cc3a372 (patch)
treea0284699afeec5b2c256444b77db32c193dd30e3 /libavdevice/vfwcap.c
parentcada03275e9a9b1a7d9bce799deeeaf4d8835d29 (diff)
typo
Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/vfwcap.c')
-rw-r--r--libavdevice/vfwcap.c2
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;