mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +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