mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
avfilter: don't anonymously typedef structs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct SeparateFieldsContext {
|
||||
int nb_planes;
|
||||
AVFrame *second;
|
||||
} SeparateFieldsContext;
|
||||
|
||||
Reference in New Issue
Block a user