mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter: don't anonymously typedef structs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include "formats.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct CellAutoContext {
|
||||
const AVClass *class;
|
||||
int w, h;
|
||||
char *filename;
|
||||
|
||||
Reference in New Issue
Block a user