[FFmpeg-cvslog] doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy

Michael Niedermayer git at videolan.org
Sun Aug 16 12:39:49 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Aug 16 04:00:26 2015 +0200| [31d6f8de53bfda9e6e4b80fefffd899372a2d401] | committer: Michael Niedermayer

doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31d6f8de53bfda9e6e4b80fefffd899372a2d401
---

 doc/filter_design.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index fca24a9..d784d84 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -98,7 +98,7 @@ Buffer references ownership and permissions
     The AVFilterLink structure has a few AVFilterBufferRef fields. The
     cur_buf and out_buf were used with the deprecated
     start_frame/draw_slice/end_frame API and should no longer be used.
-    src_buf, cur_buf_copy and partial_buf are used by libavfilter internally
+    src_buf and partial_buf are used by libavfilter internally
     and must not be accessed by filters.
 
   Reference permissions



More information about the ffmpeg-cvslog mailing list