summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_settb.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-30 11:20:32 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-05 09:38:16 +0200
commit803391f7195ba37a553026009ff989d6e2625d8f (patch)
tree4516f7e9e0ca7a4a15b7e610efecc4381de7814e /libavfilter/vf_settb.c
parentfa417fcd278a003530fe6bf851f8194177a5e71f (diff)
downloadffmpeg-streaming-803391f7195ba37a553026009ff989d6e2625d8f.zip
ffmpeg-streaming-803391f7195ba37a553026009ff989d6e2625d8f.tar.gz
lavfi: remove request/poll and drawing functions from public API on next bump
They are only useful inside filters and we don't allow user filters for now.
Diffstat (limited to 'libavfilter/vf_settb.c')
-rw-r--r--libavfilter/vf_settb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_settb.c b/libavfilter/vf_settb.c
index b40ede8..78d4617 100644
--- a/libavfilter/vf_settb.c
+++ b/libavfilter/vf_settb.c
@@ -119,7 +119,7 @@ static void start_frame(AVFilterLink *inlink, AVFilterBufferRef *picref)
avfilter_unref_buffer(picref);
}
- avfilter_start_frame(outlink, picref2);
+ ff_start_frame(outlink, picref2);
}
AVFilter avfilter_vf_settb = {
OpenPOWER on IntegriCloud