summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-18 09:29:18 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-18 09:29:18 +0000
commitee4c54a313c573042203ec9608e6c39b0769790a (patch)
tree4123757ea201d8be3c508ae9a34d1a40d21e99ae /libavcodec
parent35a99949778ee8155cd64e774a11be7e7b457ac2 (diff)
downloadffmpeg-streaming-ee4c54a313c573042203ec9608e6c39b0769790a.zip
ffmpeg-streaming-ee4c54a313c573042203ec9608e6c39b0769790a.tar.gz
Doxygen comment wording/spelling
Originally committed as revision 8748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/amr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/amr.c b/libavcodec/amr.c
index ace411c..46e42a8 100644
--- a/libavcodec/amr.c
+++ b/libavcodec/amr.c
@@ -26,10 +26,10 @@
* (AMR-WB) audio encoder/decoder through external reference code from
* http://www.3gpp.org/. The license of the code from 3gpp is unclear so you
* have to download the code separately. Two versions exists: One fixed-point
- * and one with floats. For some reason the float-encoder is significant faster
- * at least on a P4 1.5GHz (0.9s instead of 9.9s on a 30s audio clip at MR102).
- * Both float and fixed point are supported for AMR-NB, but only float for
- * AMR-WB.
+ * and one floating-point. For some reason the float encoder is significantly
+ * faster at least on a P4 1.5GHz (0.9s instead of 9.9s on a 30s audio clip
+ * at MR102). Both float and fixed point are supported for AMR-NB, but only
+ * float for AMR-WB.
*
* \section AMR-NB
*
OpenPOWER on IntegriCloud