Re: [FFmpeg-devel] [PATCH 1/2] lavu/frame: drop mentions of non-refcounted frames

2021-12-04 Thread Anton Khirnov
pushed -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 1/2] lavu/frame: drop mentions of non-refcounted frames

2021-11-25 Thread Anton Khirnov
All frames we deal with should always be refcounted now. --- libavutil/frame.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index 753234792e..f7be2340fd 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -314,6 +314,9