projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db84088
)
lavfi/mptestsrc: remove unused size field
author
Stefano Sabatini
<stefasab@gmail.com>
Wed, 17 Apr 2013 20:01:18 +0000
(22:01 +0200)
committer
Stefano Sabatini
<stefasab@gmail.com>
Wed, 17 Apr 2013 20:40:08 +0000
(22:40 +0200)
libavfilter/vsrc_mptestsrc.c
patch
|
blob
|
history
diff --git
a/libavfilter/vsrc_mptestsrc.c
b/libavfilter/vsrc_mptestsrc.c
index
a670da6
..
867cd50
100644
(file)
--- 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;