]> git.sesse.net Git - ffmpeg/commitdiff
doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 16 Aug 2015 02:00:26 +0000 (04:00 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 16 Aug 2015 09:46:33 +0000 (11:46 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/filter_design.txt

index fca24a94b5ad0911eafd5392449edd6367e66b6a..d784d8471e40faee2cee5e0fcde61e34b5da9876 100644 (file)
@@ -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