mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avfilter/showvolume : cosmetic move bracket after func declaration to a new line
This commit is contained in:
parent
fd10a6e2f2
commit
56315df32c
@ -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…
Reference in New Issue
Block a user