You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/showvolume : cosmetic move bracket after func declaration to a new line
This commit is contained in:
@@ -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;
|
int i, j;
|
||||||
const uint32_t bg = (uint32_t)(s->bgopacity * 255) << 24;
|
const uint32_t bg = (uint32_t)(s->bgopacity * 255) << 24;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user