Commit 56315df3 authored by Martin Vignali's avatar Martin Vignali

avfilter/showvolume : cosmetic move bracket after func declaration to a new line

parent fd10a6e2
......@@ -263,7 +263,8 @@ static void drawtext(AVFrame *pic, int x, int y, const char *txt, int o)
}
}
static void clear_picture(ShowVolumeContext *s, AVFilterLink *outlink) {
static void clear_picture(ShowVolumeContext *s, AVFilterLink *outlink)
{
int i, j;
const uint32_t bg = (uint32_t)(s->bgopacity * 255) << 24;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment