Re: [FFmpeg-devel] [PATCH] lavc: shedule old encoding/decoding API for removal

2021-01-25 Thread James Almer
On 1/25/2021 9:40 AM, Anton Khirnov wrote: It has been deprecated for 4 years and certain new codecs do not work with it. Also include AVCodecContext.refcounted_frames, as it has no effect with the new API. LGTM, of course. ___ ffmpeg-devel mailing l

[FFmpeg-devel] [PATCH] lavc: shedule old encoding/decoding API for removal

2021-01-25 Thread Anton Khirnov
It has been deprecated for 4 years and certain new codecs do not work with it. Also include AVCodecContext.refcounted_frames, as it has no effect with the new API. --- libavcodec/avcodec.h | 6 ++ libavcodec/decode.c| 8 libavcodec/encode.c| 2 ++ libavcodec/