]> git.sesse.net Git - ffmpeg/commit
lavc: replace AVCodecInternal.allocate_progress with an internal cap
authorAnton Khirnov <anton@khirnov.net>
Mon, 9 Jan 2017 17:01:02 +0000 (18:01 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 10 Apr 2020 12:16:39 +0000 (14:16 +0200)
commit665e5b0fba41a8bae2269d9ce8929a24002e5907
tree397136c747d006cdb54f4ff126cdca94f0297f77
parent7385ffbd31a47a5dd5e66b9d3ba48a4474bbd180
lavc: replace AVCodecInternal.allocate_progress with an internal cap

This is a constant codec property, so a capability flag is more appropriate.
16 files changed:
doc/multithreading.txt
libavcodec/ffv1dec.c
libavcodec/h264dec.c
libavcodec/hevcdec.c
libavcodec/internal.h
libavcodec/mimic.c
libavcodec/mpeg4videodec.c
libavcodec/pngdec.c
libavcodec/pthread_frame.c
libavcodec/rv30.c
libavcodec/rv34.c
libavcodec/rv40.c
libavcodec/vp3.c
libavcodec/vp8.c
libavcodec/vp9.c
libavcodec/wavpack.c