summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 12:03:51 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 12:03:51 +0000
commit72e4d090f85e6079484332e42c152f1e907819e7 (patch)
tree1d6dc7dfd611abc8ad57c24c5a392593e4083808 /codec-cfg.c
parenta6f7543bfb2bb39de957bc010108715401125ffc (diff)
downloadmpv-72e4d090f85e6079484332e42c152f1e907819e7.tar.bz2
mpv-72e4d090f85e6079484332e42c152f1e907819e7.tar.xz
another 100l, codec-cfg relied on mp_msg printing nothing....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index afffa6377f..05ed7064c5 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -887,7 +887,7 @@ int use_gui = 0;
#endif
int mp_msg_levels[MSGT_MAX];
-int mp_msg_level_all = MSGL_STATUS;
+int mp_msg_level_all = MSGL_ERR;
int verbose = 0;
void wrapline(FILE *f2,char *s){