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:
authorGyan Doshi <ffmpeg@gyani.pro>2020-04-13 08:53:24 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2020-04-13 08:53:24 +0300
commit2e2fa2d6e64e0f87277c507ec9c0fee8eab98533 (patch)
treeaad8aff19b950096d67e46a91c9c96a3ec523922 /libavfilter
parent4e0cf81b49b59da3ecaea30dc988a9bf5a8d9431 (diff)
doc/filters: clarify metadata and logging for blackdetect
Diffstat (limited to 'libavfilter')
-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;