Browse Source

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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 9 years ago
parent
commit
31d6f8de53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/filter_design.txt

+ 1
- 1
doc/filter_design.txt View 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


Loading…
Cancel
Save