Go to the documentation of this file.
58 blackframe->
frame = 0;
67 av_log(ctx,
AV_LOG_ERROR,
"Too big value for bamount (max is 100) or bthresh (max is 255)\n");
82 for (i = 0; i < h; i++) {
83 for (x = 0; x < inlink->
w; x++)
98 pblack = blackframe->
nblack * 100 / (inlink->
w * inlink->
h);
99 if (pblack >= blackframe->
bamount)
100 av_log(ctx,
AV_LOG_INFO,
"frame:%u pblack:%u pos:%"PRId64
" pts:%"PRId64
" t:%f\n",
101 blackframe->
frame, pblack, picref->
pos, picref->
pts,
110 .
name =
"blackframe",