diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-17 22:01:18 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-17 22:40:08 +0200 |
commit | e252460c9be79810ab3416b0edf98260b81f2c72 (patch) | |
tree | f96b2ec78124ce397db945092c1a591a853002e2 | |
parent | db84088e99f5305b6f887383be1ed01844074274 (diff) | |
download | ffmpeg-e252460c9be79810ab3416b0edf98260b81f2c72.tar.gz |
lavfi/mptestsrc: remove unused size field
-rw-r--r-- | libavfilter/vsrc_mptestsrc.c | 1 |
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; |