]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Reword a sentence in a doxy making its interpretation clearer.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 28 Aug 2008 21:37:01 +0000 (21:37 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 28 Aug 2008 21:37:01 +0000 (21:37 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15008 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavfilter/avfilter.h

index df793923944494026d3a6723ec19af62b8522eea..f50687029ca94fbd5cb4d1880096c08de975c8bd 100644 (file)
@@ -184,8 +184,8 @@ AVFilterFormats *avfilter_all_colorspaces(void);
 
 /**
  * Returns a format list which contains the intersection of the formats of
- * a and b. And all the references of a and b, and a and b will be
- * deallocated.
+ * a and b. Also, all the references of a, all the references of b, and
+ * a and b themselves will be deallocated.
  *
  * If a and b do not share any common formats, neither is modified, and NULL
  * is returned.