diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 11:26:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 11:26:18 +0200 |
commit | c83ed18d45009fc0363d44d4376e0fb490de970b (patch) | |
tree | d407d58f075d9da9c01df8f8a7ff5b1b1c864b86 /libavfilter/formats.h | |
parent | c496224374d5d786b4c9c51224696d99959ab6dd (diff) | |
download | ffmpeg-c83ed18d45009fc0363d44d4376e0fb490de970b.tar.gz |
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.h | 2 |
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); |