Browse Source

showinfo: fix vertical align nit

tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
5a2ea3cffb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_showinfo.c

+ 1
- 1
libavfilter/vf_showinfo.c View File

@@ -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…
Cancel
Save