X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_blackdetect.c;h=4b5d8ff56181eddd9cee2f8f33ad2995b4ce27fc;hb=0c90377a402d10279a4133034d8dd66c1809d42c;hp=06ef9988d1f4db1edb4910a4d4f806379acc112e;hpb=0dda0f3bdb7e8a2d5bef7457375f72f38a100ccb;p=ffmpeg diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c index 06ef9988d1f..4b5d8ff5618 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;