Re: [FFmpeg-devel] [PATCH] lavc: clarify thread_safe_callbacks doxy

2021-03-02 Thread James Almer
On 3/2/2021 6:10 AM, Anton Khirnov wrote: State explicitly when this field will be removed and how to access it in a forward compatible way. --- libavcodec/avcodec.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cd6e6

[FFmpeg-devel] [PATCH] lavc: clarify thread_safe_callbacks doxy

2021-03-02 Thread Anton Khirnov
State explicitly when this field will be removed and how to access it in a forward compatible way. --- libavcodec/avcodec.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cd6e6d19bc..5a0904a854 100644 --- a/libavcodec/avco