summaryrefslogtreecommitdiff
path: root/doc/filter_design.txt
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-16 04:00:26 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-16 11:46:33 +0200
commit31d6f8de53bfda9e6e4b80fefffd899372a2d401 (patch)
treed3f051125e6d333ec387d28a3a245b26df8552a6 /doc/filter_design.txt
parent767d780ec001167b2fd8f6cfe4ef78a3a8b1e34c (diff)
doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/filter_design.txt')
-rw-r--r--doc/filter_design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index fca24a94b5..d784d8471e 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