diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-11-29 02:09:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-29 02:09:01 +0100 |
commit | ece5decbe052cac40eef8f3682a6bf7c8fa6bc4b (patch) | |
tree | f54b594f851097bbf9334c398caeca7ce843ade0 | |
parent | 015c2b40666294bf27ac0f176d66bea0be937231 (diff) | |
download | ffmpeg-ece5decbe052cac40eef8f3682a6bf7c8fa6bc4b.tar.gz |
vf_null: switch to filter_frame
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/vf_null.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c index b22779d358..eafa268948 100644 --- a/libavfilter/vf_null.c +++ b/libavfilter/vf_null.c @@ -31,8 +31,6 @@ static const AVFilterPad avfilter_vf_null_inputs[] = { .name = "default", .type = AVMEDIA_TYPE_VIDEO, .get_video_buffer = ff_null_get_video_buffer, - .start_frame = ff_null_start_frame, - .end_frame = ff_null_end_frame }, { NULL } }; |