[FFmpeg-cvslog] vf_format: switch to filter_frame
Anton Khirnov
git at videolan.org
Thu Nov 29 02:16:08 CET 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Nov 29 02:09:40 2012 +0100| [88f8af26a92b66f1e7cdace21be01df25278b0b3] | committer: Michael Niedermayer
vf_format: switch to filter_frame
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88f8af26a92b66f1e7cdace21be01df25278b0b3
---
libavfilter/vf_format.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index e33c25e..df3c77a 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -102,9 +102,6 @@ static const AVFilterPad avfilter_vf_format_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
- .start_frame = ff_null_start_frame,
- .draw_slice = ff_null_draw_slice,
- .end_frame = ff_null_end_frame,
},
{ NULL }
};
@@ -144,9 +141,6 @@ static const AVFilterPad avfilter_vf_noformat_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
- .start_frame = ff_null_start_frame,
- .draw_slice = ff_null_draw_slice,
- .end_frame = ff_null_end_frame,
},
{ NULL }
};
More information about the ffmpeg-cvslog
mailing list