[FFmpeg-cvslog] avfilter: remove stray semicolon
Mans Rullgard
git
Tue Jan 18 23:07:48 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Oct 7 03:11:55 2010 +0100| [daed21a17e42bd3f8f561eaf46651780fd6babfa] | committer: Mans Rullgard
avfilter: remove stray semicolon
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=daed21a17e42bd3f8f561eaf46651780fd6babfa
---
libavfilter/avfilter.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 22b8b1c..ad8b1e5 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -227,7 +227,7 @@ typedef struct AVFilterFormats {
unsigned refcount; ///< number of references to this list
struct AVFilterFormats ***refs; ///< references to this list
-} AVFilterFormats;;
+} AVFilterFormats;
/**
* Create a list of supported formats. This is intended for use in
More information about the ffmpeg-cvslog
mailing list