summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_bbox.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-02 11:59:57 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-02 12:32:48 +0200
commit65520f5933b41f779a161c3896c64e63007b6f38 (patch)
tree7f1cbf7f24e08aa7d46c348a854aa5a67d713968 /libavfilter/vf_bbox.c
parent8cac86e091118dab5a7463cb6119c940a6b8940c (diff)
downloadffmpeg-streaming-65520f5933b41f779a161c3896c64e63007b6f38.zip
ffmpeg-streaming-65520f5933b41f779a161c3896c64e63007b6f38.tar.gz
lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()
Semantic for the function ff_null_start_frame() was changed in 07bad27810cd, and it has now the same behavior of ff_null_start_frame_keep_ref(), thus it makes no sense to keep both of them.
Diffstat (limited to 'libavfilter/vf_bbox.c')
-rw-r--r--libavfilter/vf_bbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c
index b59d1bc..a3b8a23 100644
--- a/libavfilter/vf_bbox.c
+++ b/libavfilter/vf_bbox.c
@@ -100,7 +100,7 @@ AVFilter avfilter_vf_bbox = {
{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
- .start_frame = ff_null_start_frame_keep_ref,
+ .start_frame = ff_null_start_frame,
.end_frame = end_frame,
.min_perms = AV_PERM_READ, },
{ .name = NULL }
OpenPOWER on IntegriCloud