summaryrefslogtreecommitdiffstats
path: root/libavcodec/acelp_vectors.h
diff options
context:
space:
mode:
authorRobert Swain <robert.swain@gmail.com>2008-07-12 09:48:19 +0000
committerRobert Swain <robert.swain@gmail.com>2008-07-12 09:48:19 +0000
commit848eab4e0a68687c36fca4c2d6860f13094347aa (patch)
tree33365cd53bf9382ad206f186a86d4397c18d6c02 /libavcodec/acelp_vectors.h
parent8884b918984bfe8d72a43a087dd14fce1cdf2a2b (diff)
downloadffmpeg-streaming-848eab4e0a68687c36fca4c2d6860f13094347aa.zip
ffmpeg-streaming-848eab4e0a68687c36fca4c2d6860f13094347aa.tar.gz
Correct a couple of typos
Originally committed as revision 14176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_vectors.h')
-rw-r--r--libavcodec/acelp_vectors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h
index f9e32c1..edf31bc 100644
--- a/libavcodec/acelp_vectors.h
+++ b/libavcodec/acelp_vectors.h
@@ -66,7 +66,7 @@ extern const uint8_t ff_fc_4pulses_8bits_track_4[32];
* \note (EE) Reference G.729D code also uses gray decoding for each
* pulse index before looking up the value in the table.
*
- * Used in G.729 @6.4k (with gray coding), AMD @5.9k (without gray coding)
+ * Used in G.729 @6.4k (with gray coding), AMR @5.9k (without gray coding)
*/
extern const uint8_t ff_fc_2pulses_9bits_track1[16];
extern const uint8_t ff_fc_2pulses_9bits_track1_gray[16];
OpenPOWER on IntegriCloud