1
0
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:
Paul B Mahol
2017-05-12 20:00:49 +02:00
parent 0fbc7a2169
commit ed93ed5ee3
92 changed files with 116 additions and 116 deletions

View File

@@ -28,7 +28,7 @@ enum BenchAction {
NB_ACTION
};
typedef struct {
typedef struct BenchContext {
const AVClass *class;
int action;
int64_t max, min;