From: Michael Niedermayer Date: Fri, 29 Jun 2012 09:26:18 +0000 (+0200) Subject: formats.h: fix project reference in comment X-Git-Tag: android-x86-4.4-r1~10972 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c83ed18d45009fc0363d44d4376e0fb490de970b;p=android-x86%2Fexternal-ffmpeg.git formats.h: fix project reference in comment Signed-off-by: Michael Niedermayer --- 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);