diff options
author | Mans Rullgard <mans@mansr.com> | 2010-10-07 03:11:55 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-18 20:48:23 +0000 |
commit | daed21a17e42bd3f8f561eaf46651780fd6babfa (patch) | |
tree | a8bcccec56c9480b01ae8ab3537713f402275d33 | |
parent | 69c92320d760d3925d5c83c4fbca6012deef4195 (diff) | |
download | ffmpeg-daed21a17e42bd3f8f561eaf46651780fd6babfa.tar.gz |
avfilter: remove stray semicolon
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 22b8b1ca5b..ad8b1e51a5 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 |