summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2017-07-17 14:33:11 +0200
committerNicolas George <george@nsup.org>2017-07-30 12:23:56 +0200
commitb77f041dff5f669d1d297697a34023de1c33a33f (patch)
tree34d8a279c312a2f48e857247117aa38710169eb4 /libavfilter/avfilter.c
parent873306f265de255f9ef30a77b3e9b8c33d16dab8 (diff)
lavfi: make FFERROR_NOT_READY available to filters.
I am not entirely sure that this return code is useful, but having and using it makes no harm.
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index e60b0247bc..185ba8df00 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -1304,8 +1304,6 @@ static int forward_status_change(AVFilterContext *filter, AVFilterLink *in)
return 0;
}
-#define FFERROR_NOT_READY FFERRTAG('N','R','D','Y')
-
static int ff_filter_activate_default(AVFilterContext *filter)
{
unsigned i;