summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2010-10-07 03:11:55 +0100
committerMans Rullgard <mans@mansr.com>2011-01-18 20:48:23 +0000
commitdaed21a17e42bd3f8f561eaf46651780fd6babfa (patch)
treea8bcccec56c9480b01ae8ab3537713f402275d33
parent69c92320d760d3925d5c83c4fbca6012deef4195 (diff)
avfilter: remove stray semicolon
-rw-r--r--libavfilter/avfilter.h2
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