diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-28 21:37:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-28 21:37:01 +0000 |
commit | 39981f5354ecce0b0795b3b820788048c1fbaaa1 (patch) | |
tree | 2669c79770ddd4cdd8b50bf5876c2b685f3ac45d | |
parent | b4e0102c5caab49fcbf83bad0ba0635a940495db (diff) | |
download | ffmpeg-39981f5354ecce0b0795b3b820788048c1fbaaa1.tar.gz |
Reword a sentence in a doxy making its interpretation clearer.
Originally committed as revision 15008 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index df79392394..f50687029c 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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. |