mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cmdutils: realign for some additional filters with very long name
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
8ae7447941
commit
956fed377b
@ -1625,7 +1625,7 @@ int show_filters(void *optctx, const char *opt, const char *arg)
|
|||||||
( i && (filter->flags & AVFILTER_FLAG_DYNAMIC_OUTPUTS))) ? 'N' : '|';
|
( i && (filter->flags & AVFILTER_FLAG_DYNAMIC_OUTPUTS))) ? 'N' : '|';
|
||||||
}
|
}
|
||||||
*descr_cur = 0;
|
*descr_cur = 0;
|
||||||
printf(" %c%c%c %-16s %-10s %s\n",
|
printf(" %c%c%c %-17s %-10s %s\n",
|
||||||
filter->flags & AVFILTER_FLAG_SUPPORT_TIMELINE ? 'T' : '.',
|
filter->flags & AVFILTER_FLAG_SUPPORT_TIMELINE ? 'T' : '.',
|
||||||
filter->flags & AVFILTER_FLAG_SLICE_THREADS ? 'S' : '.',
|
filter->flags & AVFILTER_FLAG_SLICE_THREADS ? 'S' : '.',
|
||||||
filter->process_command ? 'C' : '.',
|
filter->process_command ? 'C' : '.',
|
||||||
|
Loading…
Reference in New Issue
Block a user