diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2010-07-11 17:58:15 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-07-11 17:58:15 +0000 |
commit | 6f5ac9c190e5a5aa63b724fe3d3aa637a1543322 (patch) | |
tree | c0407fba239ef02f1f7d85f3f5780dac6de7f7cb /doc/APIchanges | |
parent | 83a68cd64faea2c56a2f26561697636b9d68c662 (diff) | |
download | ffmpeg-6f5ac9c190e5a5aa63b724fe3d3aa637a1543322.tar.gz |
APIchanges: fix a grammar mistake
Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 63e63c1fae..2150225343 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,7 +13,7 @@ libavutil: 2009-03-08 API changes, most recent first: 2010-07-11 - r24199 - lavc 52.83.0 - Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. + Add AVCodecContext.lpc_type and AVCodecContext.lpc_passes fields. Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. |