Commit f19a6727 authored by michael's avatar michael

Document avfilter_formats_ref() with some ascii art.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12172 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c182116
......@@ -177,7 +177,18 @@ AVFilterFormats *avfilter_all_colorspaces(void);
*/
AVFilterFormats *avfilter_merge_formats(AVFilterFormats *a, AVFilterFormats *b);
/** Adds *ref as a new reference to f */
/**
* Adds *ref as a new reference to f.
* That is the pointers will point like in the ascii art below:
* ________
* | f |<--------.
* | ____ | |
* | |refs| | __|_
* | |* * | | | | |
* | |* *--------->|*ref|
* | |____| | |____|
* |________|
*/
void avfilter_formats_ref(AVFilterFormats *f, AVFilterFormats **ref);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment