diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2020-04-13 11:23:24 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2020-04-13 11:23:24 +0530 |
commit | 2e2fa2d6e64e0f87277c507ec9c0fee8eab98533 (patch) | |
tree | aad8aff19b950096d67e46a91c9c96a3ec523922 /libavfilter | |
parent | 4e0cf81b49b59da3ecaea30dc988a9bf5a8d9431 (diff) | |
download | ffmpeg-2e2fa2d6e64e0f87277c507ec9c0fee8eab98533.tar.gz |
doc/filters: clarify metadata and logging for blackdetect
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_blackdetect.c | 1 |
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; |