summaryrefslogtreecommitdiff
path: root/libavfilter/formats.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-29 11:26:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-29 11:26:18 +0200
commitc83ed18d45009fc0363d44d4376e0fb490de970b (patch)
treed407d58f075d9da9c01df8f8a7ff5b1b1c864b86 /libavfilter/formats.h
parentc496224374d5d786b4c9c51224696d99959ab6dd (diff)
formats.h: fix project reference in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index aa3aa6431a..1de10ca768 100644
--- a/libavfilter/formats.h
+++ b/libavfilter/formats.h
@@ -156,7 +156,7 @@ AVFilterFormats *ff_make_format_list(const int *fmts);
int ff_add_format(AVFilterFormats **avff, int64_t fmt);
/**
- * Return a list of all formats supported by Libav for the given media type.
+ * Return a list of all formats supported by FFmpeg for the given media type.
*/
AVFilterFormats *ff_all_formats(enum AVMediaType type);