Skip to content
Snippets Groups Projects
Commit f7a1c5e4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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: default avatarMichael Niedermayer <michaelni@gmx.at>
parent dac91bb4
No related branches found
No related tags found
No related merge requests found
...@@ -306,6 +306,10 @@ API changes, most recent first: ...@@ -306,6 +306,10 @@ API changes, most recent first:
Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing
reference-counted frames to encoders. 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 2014-04-29 - 1bf6396 - lavc 55.60.100 - avcodec.h
Add AVCodecDescriptor.mime_types field. Add AVCodecDescriptor.mime_types field.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment