Re: [FFmpeg-devel] [PATCH] avcodec/utils: make the src paramater for ff_thread_ref_frame const

2020-09-11 Thread James Almer
On 9/10/2020 10:38 AM, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/thread.h | 2 +- > libavcodec/utils.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/thread.h b/libavcodec/thread.h > index 540135fbc9..87bf154da9 100644 > ---

[FFmpeg-devel] [PATCH] avcodec/utils: make the src paramater for ff_thread_ref_frame const

2020-09-10 Thread James Almer
Signed-off-by: James Almer --- libavcodec/thread.h | 2 +- libavcodec/utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/thread.h b/libavcodec/thread.h index 540135fbc9..87bf154da9 100644 --- a/libavcodec/thread.h +++ b/libavcodec/thread.h @@ -129,7 +129,7