Commit 33a0facf authored by Michael Niedermayer's avatar Michael Niedermayer

Better description (merge is too vague IMHO).

Originally committed as revision 12174 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4c4de9ca
...@@ -168,9 +168,9 @@ AVFilterFormats *avfilter_make_format_list(int len, ...); ...@@ -168,9 +168,9 @@ AVFilterFormats *avfilter_make_format_list(int len, ...);
AVFilterFormats *avfilter_all_colorspaces(void); AVFilterFormats *avfilter_all_colorspaces(void);
/** /**
* If a and b share at least one common format, they are merged into a new * Returns a format list which contains the intersection of the formats of
* format list which is returned. All the references to a and b are updated * a and b. And all the references of a and b, and a and b will be
* to point to this new list, and a and b are deallocated. * deallocated.
* *
* If a and b do not share any common formats, neither is modified, and NULL * If a and b do not share any common formats, neither is modified, and NULL
* is returned. * is returned.
......
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