]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/alsdec.c
Make strmatch() return 1 only if the string compared against the
[ffmpeg] / libavcodec / alsdec.c
index bbcbb7065212614130f8b49280c7875e50341c04..352506b1598255da2a98b4e3d4b859a6bd974586 100644 (file)
@@ -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] = {