summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blackdetect.c
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-04-13 11:23:24 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2020-04-13 11:23:24 +0530
commit2e2fa2d6e64e0f87277c507ec9c0fee8eab98533 (patch)
treeaad8aff19b950096d67e46a91c9c96a3ec523922 /libavfilter/vf_blackdetect.c
parent4e0cf81b49b59da3ecaea30dc988a9bf5a8d9431 (diff)
doc/filters: clarify metadata and logging for blackdetect
Diffstat (limited to 'libavfilter/vf_blackdetect.c')
-rw-r--r--libavfilter/vf_blackdetect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c
index 06ef9988d1..4b5d8ff561 100644
--- a/libavfilter/vf_blackdetect.c
+++ b/libavfilter/vf_blackdetect.c
@@ -136,7 +136,6 @@ static int request_frame(AVFilterLink *outlink)
return ret;
}
-// TODO: document metadata
static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
{
AVFilterContext *ctx = inlink->dst;