diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-01 15:40:08 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-01 15:40:08 +0000 |
commit | 91ebf1a27a9210a1ff2a0fc52ab4e1374c0648dd (patch) | |
tree | 447120c6a252e2eb35c66ee34781a155abdfc0ad | |
parent | bd56d546af5adee5855c218ac40528ef7e99edaa (diff) |
LICENSE_readme: typo
Original commit message from CVS:
* LICENSE_readme : typo
* sys/v4l/videodev_mjpeg.h : typo
-rw-r--r-- | LICENSE_readme | 2 | ||||
-rw-r--r-- | sys/v4l/videodev_mjpeg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE_readme b/LICENSE_readme index 70d65416..b4d54fd5 100644 --- a/LICENSE_readme +++ b/LICENSE_readme @@ -11,7 +11,7 @@ sidplay libsidplay (http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/) Plugins derived from GPL code are as follows: synaesthesia synaesthesia (http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html) -Plugins which use library a LGPL are as follows: +Plugins which use a LGPL library are as follows: Colorspace Hermes (http://www.clanlib.org/hermes/) httpsrc libghttp (ftp.gnome.org/pub/GNOME/stable/sources/libghttp/) alsasink alsa (http://alsa-project.org) diff --git a/sys/v4l/videodev_mjpeg.h b/sys/v4l/videodev_mjpeg.h index 3f82e97d..e8504a5e 100644 --- a/sys/v4l/videodev_mjpeg.h +++ b/sys/v4l/videodev_mjpeg.h @@ -65,7 +65,7 @@ struct mjpeg_params unsigned long jpeg_markers; /* Which markers should go into the JPEG output. Unless you exactly know what you do, leave them untouched. Inluding less markers will make the resulting code - smaller, but there will be fewer aplications + smaller, but there will be fewer applications which can read it. The presence of the APP and COM marker is influenced by APP0_len and COM_len ONLY! */ |