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-04-25 21:03:37 +0400
committerPaul B Mahol <onemda@gmail.com>2013-04-25 21:05:42 +0400
commit89b5ed5f1569b5a12cddbe2829397a30f03d3d12 (patch)
treea949f2ded9dd02e48c6071a6e61b02dc73a657ab /libavfilter/vf_noise.c
parente86ed98f43ae84f7c7c8911452687f3ae8cada5d (diff)
lavfi/noise: remove get_video_buffer, its redundant now
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_noise.c')
-rw-r--r--libavfilter/vf_noise.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_noise.c b/libavfilter/vf_noise.c
index 84b92fda26..c965cbf0d9 100644
--- a/libavfilter/vf_noise.c
+++ b/libavfilter/vf_noise.c
@@ -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,
},