0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Add "Available video filters:" line to -vf help.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-12-01 23:24:25 +00:00
parent ec7ef90087
commit 1d97ef0ec3

View File

@ -1439,6 +1439,7 @@ static int parse_obj_settings_list(m_option_t* opt,char *name,
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),