summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mptestsrc.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-17 22:01:18 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-04-17 22:40:08 +0200
commite252460c9be79810ab3416b0edf98260b81f2c72 (patch)
treef96b2ec78124ce397db945092c1a591a853002e2 /libavfilter/vsrc_mptestsrc.c
parentdb84088e99f5305b6f887383be1ed01844074274 (diff)
lavfi/mptestsrc: remove unused size field
Diffstat (limited to 'libavfilter/vsrc_mptestsrc.c')
-rw-r--r--libavfilter/vsrc_mptestsrc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vsrc_mptestsrc.c b/libavfilter/vsrc_mptestsrc.c
index a670da617d..867cd506be 100644
--- a/libavfilter/vsrc_mptestsrc.c
+++ b/libavfilter/vsrc_mptestsrc.c
@@ -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;