From 9dd8f241ac2e7b8f35227ab2bbafa27da2978e7d Mon Sep 17 00:00:00 2001 From: gpoirier Date: Mon, 20 Jun 2005 23:07:35 +0000 Subject: adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15790 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index 0609def384..2980c0adbb 100644 --- a/m_option.c +++ b/m_option.c @@ -1539,6 +1539,8 @@ 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"); + if (identify) + mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_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), -- cgit v1.2.3