Mercurial > mplayer.hg
changeset 14085:a56f68304ea2
Add "Available video filters:" line to -vf help.
author | diego |
---|---|
date | Wed, 01 Dec 2004 23:24:25 +0000 |
parents | 4a2f41666366 |
children | 7a2d81d187c2 |
files | m_option.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/m_option.c Wed Dec 01 22:00:16 2004 +0000 +++ b/m_option.c Wed Dec 01 23:24:25 2004 +0000 @@ -1439,6 +1439,7 @@ if(!strcmp(param,"help")) { m_obj_list_t* ol = opt->priv; + mp_msg(MSGT_VFILTER,MSGL_INFO,"Available video filters:\n"); for(n = 0 ; ol->list[n] ; n++) mp_msg(MSGT_VFILTER,MSGL_INFO," %-15s: %s\n", M_ST_MB(char*,ol->list[n],ol->name_off),