mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
lavfi/curves: remove pointless logging since the addition of plot option
This commit is contained in:
parent
4a8f5f1fd8
commit
51a873d441
@ -501,11 +501,6 @@ static av_cold int init(AVFilterContext *ctx)
|
|||||||
av_log(ctx, AV_LOG_VERBOSE, " (%f;%f)", point->x, point->y);
|
av_log(ctx, AV_LOG_VERBOSE, " (%f;%f)", point->x, point->y);
|
||||||
point = point->next;
|
point = point->next;
|
||||||
}
|
}
|
||||||
av_log(ctx, AV_LOG_VERBOSE, "\n");
|
|
||||||
av_log(ctx, AV_LOG_VERBOSE, "#%d values:", i);
|
|
||||||
for (j = 0; j < 256; j++)
|
|
||||||
av_log(ctx, AV_LOG_VERBOSE, " %02X", curves->graph[i][j]);
|
|
||||||
av_log(ctx, AV_LOG_VERBOSE, "\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user