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

pull/285/head
Martin Vignali 7 years ago
parent fd10a6e2f2
commit 56315df32c
  1. 3
      libavfilter/avf_showvolume.c

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

Loading…
Cancel
Save