You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avfilter: don't anonymously typedef structs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ enum BenchAction {
|
||||
NB_ACTION
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct BenchContext {
|
||||
const AVClass *class;
|
||||
int action;
|
||||
int64_t max, min;
|
||||
|
||||
Reference in New Issue
Block a user