Commit daed21a1 authored by Mans Rullgard's avatar Mans Rullgard

avfilter: remove stray semicolon

parent 69c92320
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment