diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-28 11:21:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-30 13:55:55 +0200 |
commit | a2318326f13f0e86c6d7222ec15659d2fa7d666f (patch) | |
tree | ad8cf01f8edeea9261296f3934f0e7697c80bffa /doc/APIchanges | |
parent | 8db73c61a7b24bc4f4d3d415bea2990d17d16354 (diff) | |
download | ffmpeg-a2318326f13f0e86c6d7222ec15659d2fa7d666f.tar.gz |
lavc: add lossy/lossless codec properties.
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 f919e53fbc..dda0996b93 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavc 54.26.1 - avcodec.h + Add codec descriptor properties AV_CODEC_PROP_LOSSY and + AV_CODEC_PROP_LOSSLESS. + 2012-08-18 - lavc 54.26 - avcodec.h Add codec descriptors for accessing codec properties without having to refer to a specific decoder or encoder. |