diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2010-07-11 16:57:20 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-07-11 16:57:20 +0000 |
commit | 374979792184bf852be54a93fab0a0ee518b5b47 (patch) | |
tree | 1af3b8fed55dea5d8719871b83c0f8ab44679223 | |
parent | 23940f1405d4c19df69b1fa77c319e9f114c8ef7 (diff) | |
download | ffmpeg-374979792184bf852be54a93fab0a0ee518b5b47.tar.gz |
Fill-in revision number for addition of lpc_type and lpc_passes.
Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5c56b84501..63e63c1fae 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,7 +12,7 @@ libavutil: 2009-03-08 API changes, most recent first: -2010-07-11 - r????? - lavc 52.83.0 +2010-07-11 - r24199 - lavc 52.83.0 Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. |