diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-02-01 11:39:10 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-02-01 11:39:10 +0000 |
commit | ca76a11948eaffd2667efa247cff0eb13889c043 (patch) | |
tree | 3e666ab791907a103b6a5c9f85d7bb6195b0fe67 /doc/APIchanges | |
parent | b8bb398a40b1636de7a70131a45ddbc2944a242f (diff) | |
download | ffmpeg-ca76a11948eaffd2667efa247cff0eb13889c043.tar.gz |
Add a list of generic tags and change demuxers to follow it.
Patch by Anton Khirnov, wyskas at gmail dot com
Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cf601d8a2e..339f14f75d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-02-01 - r21587 - lavf 52.50.0 - metadata API + Add a list of generic tag names, change 'author' -> 'artist', + 'year' -> 'date'. + 2010-01-30 - r21545 - lavu 50.8.0 - av_get_pix_fmt() Add av_get_pix_fmt(). |