diff options
author | Michael Niedermayer <[email protected]> | 2015-01-21 12:27:36 +0100 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-02-12 17:10:35 +0100 |
commit | 8026606497eab7220991f97535e9193a744fa8ca (patch) | |
tree | 064d760dc9e486521f5a9224e82704f4b0034f2b /doc/APIchanges | |
parent | 6ac8ac0109de494d09803df21b5a5caf7c3b3908 (diff) |
doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()
also add deprecation note for avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2()
Found-by: wm4
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit f7a1c5e4d2294a8970ede7f6deb2fe0a64e202a5)
Signed-off-by: Michael Niedermayer <[email protected]>
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 a8636045a9..e08ee3fcd7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -288,6 +288,10 @@ API changes, most recent first: Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing reference-counted frames to encoders. +2014-04-30 - 617e866 - lavu 52.81.100 - pixdesc.h + Add av_find_best_pix_fmt_of_2(), av_get_pix_fmt_loss() + Deprecate avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2() + 2014-04-29 - 1bf6396 - lavc 55.60.100 - avcodec.h Add AVCodecDescriptor.mime_types field. |