[FFmpeg-cvslog] lavfi/mptestsrc: remove unused size field
Stefano Sabatini
git at videolan.org
Wed Apr 17 23:07:25 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Apr 17 22:01:18 2013 +0200| [e252460c9be79810ab3416b0edf98260b81f2c72] | committer: Stefano Sabatini
lavfi/mptestsrc: remove unused size field
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e252460c9be79810ab3416b0edf98260b81f2c72
---
libavfilter/vsrc_mptestsrc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vsrc_mptestsrc.c b/libavfilter/vsrc_mptestsrc.c
index a670da6..867cd50 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;
More information about the ffmpeg-cvslog
mailing list