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

This commit is contained in:
Martin Vignali 2018-04-16 11:33:14 +02:00
parent fd10a6e2f2
commit 56315df32c
1 changed files with 2 additions and 1 deletions

View File

@ -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;