OSDN Git Service

formats.h: fix project reference in comment
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Jun 2012 09:26:18 +0000 (11:26 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Jun 2012 09:26:18 +0000 (11:26 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/formats.h

index aa3aa64..1de10ca 100644 (file)
@@ -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);