diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-30 23:42:06 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-30 23:42:06 +0000 |
commit | fc8b1075e1f74ab14798e8698bd818eb1a14b938 (patch) | |
tree | 6e3266e895edcce2d0dae7bd41ad36f0a512a50b | |
parent | 11491503c492f3a3ce190e2ee8cec660d3b91e1d (diff) | |
download | ffmpeg-fc8b1075e1f74ab14798e8698bd818eb1a14b938.tar.gz |
Update APIchanges after the enum CodecType -> enum AVMediaType
transition.
Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 360edb175c..2f829177b2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,13 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-03-31 - r22736 - lavu 50.14.0 - AVMediaType + Move AVMediaType enum from libavcodec to libavutil. + +2010-03-31 - r22735 - lavc 52.64.0 - AVMediaType + Define AVMediaType enum, and use it instead of enum CodecType, which + is deprecated and will be dropped at the next major bump. + 2010-03-25 - r22684 - lavu 50.13.0 - av_strerror() Implement av_strerror(). |