Browse Source

avfilter: remove stray semicolon

tags/n0.8
Mans Rullgard 15 years ago
parent
commit
daed21a17e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/avfilter.h

+ 1
- 1
libavfilter/avfilter.h View File

@@ -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


Loading…
Cancel
Save