1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-23 04:24:35 +02:00

lavfi/mptestsrc: remove unused size field

This commit is contained in:
Stefano Sabatini 2013-04-17 22:01:18 +02:00
parent db84088e99
commit e252460c9b

View File

@ -56,7 +56,6 @@ typedef struct MPTestContext {
AVRational frame_rate;
int64_t pts, max_pts, duration;
int hsub, vsub;
char *size;
enum test_type test;
} MPTestContext;