From 1c4586e8f952e212cfe77281ffb2ade664c8c127 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Aug 2003 16:45:02 +0000 Subject: 100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10596 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_aa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c index f9c700a058..9d42123488 100644 --- a/libvo/vo_aa.c +++ b/libvo/vo_aa.c @@ -666,7 +666,7 @@ vo_aa_parseoption(m_option_t * conf, char *opt, char *param){ return 1; /* all opt & params accepted */ } - return M_OPT_UNKNOW; + return M_OPT_UNKNOWN; } -- cgit v1.2.3