Commit 96f9de7b authored by stefano's avatar stefano

Update APIchanges after the enum CodecType -> enum AVMediaType

transition.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22737 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 720afd30
...@@ -12,6 +12,13 @@ libavutil: 2009-03-08 ...@@ -12,6 +12,13 @@ libavutil: 2009-03-08
API changes, most recent first: 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() 2010-03-25 - r22684 - lavu 50.13.0 - av_strerror()
Implement av_strerror(). Implement av_strerror().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment