[FFmpeg-devel] [PATCH 02/18] lavc: replace AVCodecInternal.allocate_progress with an internal cap

James Almer jamrial at gmail.com
Fri Mar 13 20:42:26 EET 2020


On 3/13/2020 7:28 AM, Anton Khirnov wrote:
> This is a constant codec property, so a capability flag is more appropriate.
> ---
>  doc/multithreading.txt     |  5 +++--
>  libavcodec/ffv1dec.c       |  4 +---
>  libavcodec/h264dec.c       |  5 ++---
>  libavcodec/hevcdec.c       |  5 ++---
>  libavcodec/internal.h      | 20 +++++---------------
>  libavcodec/mimic.c         |  3 +--
>  libavcodec/mpeg4videodec.c |  4 ++--
>  libavcodec/pngdec.c        | 10 ++++++----
>  libavcodec/pthread_frame.c |  4 ++--
>  libavcodec/rv30.c          |  1 +
>  libavcodec/rv34.c          |  2 --
>  libavcodec/rv40.c          |  1 +
>  libavcodec/vp3.c           |  6 +++---
>  libavcodec/vp8.c           |  2 +-
>  libavcodec/vp9.c           |  4 ++--
>  15 files changed, 32 insertions(+), 44 deletions(-)

Like with patch 3/18, 9a13ed522f introduced the usage of
AVCodecInternal.allocate_progress for wavpack.


More information about the ffmpeg-devel mailing list