[FFmpeg-cvslog] formats.h: fix project reference in comment

Michael Niedermayer git at videolan.org
Fri Jun 29 11:37:46 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jun 29 11:26:18 2012 +0200| [c83ed18d45009fc0363d44d4376e0fb490de970b] | committer: Michael Niedermayer

formats.h: fix project reference in comment

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c83ed18d45009fc0363d44d4376e0fb490de970b
---

 libavfilter/formats.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index aa3aa64..1de10ca 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);
 



More information about the ffmpeg-cvslog mailing list