mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi: name anonymous structs
This commit is contained in:
@@ -49,7 +49,7 @@ enum var_name {
|
||||
VAR_VARS_NB
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct NullContext {
|
||||
const AVClass *class;
|
||||
int w, h;
|
||||
char *tb_expr;
|
||||
|
||||
Reference in New Issue
Block a user