Commit e252460c authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/mptestsrc: remove unused size field

parent db84088e
...@@ -56,7 +56,6 @@ typedef struct MPTestContext { ...@@ -56,7 +56,6 @@ typedef struct MPTestContext {
AVRational frame_rate; AVRational frame_rate;
int64_t pts, max_pts, duration; int64_t pts, max_pts, duration;
int hsub, vsub; int hsub, vsub;
char *size;
enum test_type test; enum test_type test;
} MPTestContext; } MPTestContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment