summaryrefslogtreecommitdiff
path: root/libavfilter/vf_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_format.c')
-rw-r--r--libavfilter/vf_format.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index 25b3d19952..c9ccad9b25 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -116,7 +116,6 @@ static const AVFilterPad avfilter_vf_format_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .get_video_buffer = ff_null_get_video_buffer,
},
{ NULL }
};
@@ -159,7 +158,6 @@ static const AVFilterPad avfilter_vf_noformat_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .get_video_buffer = ff_null_get_video_buffer,
},
{ NULL }
};