mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 10:51:38 +00:00
showinfo: fix vertical align nit
This commit is contained in:
parent
bb82ea797f
commit
5a2ea3cffb
@ -89,7 +89,7 @@ AVFilter avfilter_vf_showinfo = {
|
||||
.get_video_buffer = avfilter_null_get_video_buffer,
|
||||
.start_frame = avfilter_null_start_frame,
|
||||
.end_frame = end_frame,
|
||||
.min_perms = AV_PERM_READ, },
|
||||
.min_perms = AV_PERM_READ, },
|
||||
{ .name = NULL}},
|
||||
|
||||
.outputs = (AVFilterPad[]) {{ .name = "default",
|
||||
|
Loading…
Reference in New Issue
Block a user