[FFmpeg-devel] [PATCH] cmdutils: slightly better -filters output.
Michael Niedermayer
michaelni at gmx.at
Wed Apr 17 15:04:48 CEST 2013
On Tue, Apr 16, 2013 at 09:47:15PM +0200, Clément Bœsch wrote:
> ---
> cmdutils.c | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/cmdutils.c b/cmdutils.c
> index 4b625fd..5587a17 100644
> --- a/cmdutils.c
> +++ b/cmdutils.c
> @@ -1453,7 +1453,11 @@ int show_filters(void *optctx, const char *opt, const char *arg)
> int i, j;
> const AVFilterPad *pad;
>
> - printf("Filters:\n");
> + printf("Filters:\n"
> + " A = Audio input/output\n"
> + " V = Video input/output\n"
> + " N = Dynamic number and/or type of input/output\n"
'x' seems a better placeholder to me, as people more likely associate
it with a variable thingy
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130417/d9616360/attachment.asc>
More information about the ffmpeg-devel
mailing list