[FFmpeg-devel] [PATCH 05/39] avcodec/vp9dec: Constify VP9TileData->VP9Context pointer target
Ronald S. Bultje
rsbultje at gmail.com
Wed Jul 27 13:25:15 EEST 2022
Hi,
On Wed, Jul 27, 2022 at 5:32 PM Andreas Rheinhardt <
andreas.rheinhardt at outlook.com> wrote:
> This is possible now that ff_thread_await_progress() accepts
> a const ThreadFrame*.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/vp9_mc_template.c | 2 +-
> libavcodec/vp9block.c | 30 +++++++++++++++---------------
> libavcodec/vp9dec.h | 4 +---
> libavcodec/vp9mvs.c | 6 +++---
> libavcodec/vp9recon.c | 22 +++++++++++-----------
> 5 files changed, 31 insertions(+), 33 deletions(-)
>
OK.
Ronald
More information about the ffmpeg-devel
mailing list