]> git.sesse.net Git - ffmpeg/blobdiff - doc/filter_design.txt
doc/examples/http_multiclient: Fix occured typo
[ffmpeg] / 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