[FFmpeg-devel] [PATCH] Move av_find_best_pix_fmt_of_2() from avcodec to avutil

Timothy Gu timothygu99 at gmail.com
Sat Apr 26 21:45:56 CEST 2014


On Apr 26, 2014 9:48 AM, "Michael Niedermayer" <michaelni at gmx.at> wrote:
>
> This avoids a dependancy of libavfilter on libavcodec
>
> See Ticket 3592
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavcodec/avcodec.h        |   55 +----------
>  libavcodec/imgconvert.c     |  188 +-----------------------------------
>  libavfilter/avfiltergraph.c |    3 +-
>  libavutil/Makefile          |    1 +
>  libavutil/pixdesc.c         |  223
+++++++++++++++++++++++++++++++++++++++++++
>  libavutil/pixdesc.h         |   50 +++++++++-
>  6 files changed, 280 insertions(+), 240 deletions(-)

I begin to like a monolithic libavfull ...

[...]

Timothy


More information about the ffmpeg-devel mailing list