mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avfilter: remove stray semicolon
This commit is contained in:
parent
69c92320d7
commit
daed21a17e
@ -227,7 +227,7 @@ typedef struct AVFilterFormats {
|
|||||||
|
|
||||||
unsigned refcount; ///< number of references to this list
|
unsigned refcount; ///< number of references to this list
|
||||||
struct AVFilterFormats ***refs; ///< 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
|
* Create a list of supported formats. This is intended for use in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user