mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
avfilter: don't anonymously typedef structs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
#define TYPE_ALL 2
|
||||
|
||||
typedef struct {
|
||||
typedef struct ConcatContext {
|
||||
const AVClass *class;
|
||||
unsigned nb_streams[TYPE_ALL]; /**< number of out streams of each type */
|
||||
unsigned nb_segments;
|
||||
|
||||
Reference in New Issue
Block a user