Browse Source

lavfi/noise: remove get_video_buffer, its redundant now

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol 12 years ago
parent
commit
89b5ed5f15
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_noise.c

+ 0
- 1
libavfilter/vf_noise.c View File

@@ -447,7 +447,6 @@ static const AVFilterPad noise_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
.filter_frame = filter_frame,
.config_props = config_input,
},


Loading…
Cancel
Save