mask_type         346 libavfilter/vf_removelogo.c #define SHOW_LOGO_INFO(mask_type)                                       \
mask_type         347 libavfilter/vf_removelogo.c     av_log(ctx, AV_LOG_VERBOSE, #mask_type " x1:%d x2:%d y1:%d y2:%d max_mask_size:%d\n", \
mask_type         348 libavfilter/vf_removelogo.c            s->mask_type##_mask_bbox.x1, s->mask_type##_mask_bbox.x2, \
mask_type         349 libavfilter/vf_removelogo.c            s->mask_type##_mask_bbox.y1, s->mask_type##_mask_bbox.y2, \
mask_type         350 libavfilter/vf_removelogo.c            mask_type##_max_mask_size);