Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-07 17:26:11 +0400
committerPaul B Mahol <onemda@gmail.com>2013-09-07 22:20:16 +0400
commitb077d8d9082d057d4c7abd9e0b1a98f9651cfaa8 (patch)
tree2c0c1de3f6eb4ff6b9538998e6b90a46c835b44e /libavfilter/vf_aspect.c
parent5a16a1d508d559f2aa436ee0934ef33a0d35356c (diff)
avfilter: remove redundant .get_(audio/video)_buffer initializations
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_aspect.c')
-rw-r--r--libavfilter/vf_aspect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c
index 22d6c70e20..5ff457ea4e 100644
--- a/libavfilter/vf_aspect.c
+++ b/libavfilter/vf_aspect.c
@@ -143,7 +143,6 @@ static const AVFilterPad avfilter_vf_setdar_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.config_props = setdar_config_props,
- .get_video_buffer = ff_null_get_video_buffer,
.filter_frame = filter_frame,
},
{ NULL }
@@ -208,7 +207,6 @@ static const AVFilterPad avfilter_vf_setsar_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.config_props = setsar_config_props,
- .get_video_buffer = ff_null_get_video_buffer,
.filter_frame = filter_frame,
},
{ NULL }