projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1149150
)
Update APIchanges after the enum CodecType -> enum AVMediaType
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Tue, 30 Mar 2010 23:42:06 +0000
(23:42 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Tue, 30 Mar 2010 23:42:06 +0000
(23:42 +0000)
transition.
Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/APIchanges
patch
|
blob
|
history
diff --git
a/doc/APIchanges
b/doc/APIchanges
index
360edb1
..
2f82917
100644
(file)
--- 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().