Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-16 01:14:46 +0300
committerVitor Sessak <vitor1001@gmail.com>2008-02-16 01:14:46 +0300
commit853961a9999eb670b7efd233f51e639f327d3bda (patch)
treec020ca34669001f4c3bb401d428d88d529f3829b /libavfilter/avfilter.h
parent664f659526b5233052f7da9177c77eec677041cf (diff)
Update comment to match code
Commited in SoC by Vitor Sessak on 2008-02-10 08:55:18 Originally committed as revision 12112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 219ffc88d2..fb560fcea4 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -161,9 +161,7 @@ struct AVFilterFormats
AVFilterFormats *avfilter_make_format_list(int len, ...);
/**
- * Returns a fairly comprehensive list of colorspaces which are supported by
- * many of the included filters. This is not truly "all" the colorspaces, but
- * it is most of them, and it is the most commonly supported large subset.
+ * Returns a list of all colorspaces supported by FFmpeg.
*/
AVFilterFormats *avfilter_all_colorspaces(void);