Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-08-07 18:11:43 +0400
committerReinhard Tartler <siretart@tauware.de>2010-08-07 18:11:43 +0400
commit2901cc9a9581bd41d60d37087bfefe7e862e2a26 (patch)
tree35285169086bd77daae5b4ca8d0e228401182c36 /libavcodec/alsdec.c
parentb70c95e05a9a344e06fc4db896217ee372913d39 (diff)
Fix spelling in comment(s)
Originally committed as revision 24737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alsdec.c')
-rw-r--r--libavcodec/alsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index bbcbb70652..352506b159 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -41,7 +41,7 @@
#include <stdint.h>
/** Rice parameters and corresponding index offsets for decoding the
- * indices of scaled PARCOR values. The table choosen is set globally
+ * indices of scaled PARCOR values. The table chosen is set globally
* by the encoder and stored in ALSSpecificConfig.
*/
static const int8_t parcor_rice_table[3][20][2] = {