[FFmpeg-devel] [PATCH] doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()

wm4 nfxjfg at googlemail.com
Wed Jan 21 12:59:03 CET 2015


On Wed, 21 Jan 2015 12:29:04 +0100
Michael Niedermayer <michaelni at gmx.at> wrote:

> Found-by: wm4
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  doc/APIchanges |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 7d25679..ca923de 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -312,6 +312,9 @@ API changes, most recent first:
>  2014-04-29 - xxxxxxx - lavu 52.80.0 - hash.h
>    Add av_hash_final_bin(), av_hash_final_hex() and av_hash_final_b64().
>  
> +2014-04-26 - 617e866 - lavu 52.81.100 - pixdesc.h
> +  Add av_find_best_pix_fmt_of_2(), av_get_pix_fmt_loss()
> +
>  2014-03-07 - 8b2a130 - lavc 55.50.0 / 55.53.100 - dxva2.h
>    Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs.
>  

The lavu version number is higher than that of the following entry.
Since lavu wasn't bumped when this function was added, I guess you
chose the next version (which is ok).

av_get_pix_fmt_loss() was introduced by the same commit.

The following functions were deprecated in the same commit:
avcodec_get_pix_fmt_loss()
avcodec_find_best_pix_fmt_of_2()


More information about the ffmpeg-devel mailing list