[MPlayer-dev-eng] [patch] m_option.h ??

Wei Jiang jiangw98 at yahoo.com
Sat Oct 23 23:19:44 CEST 2004


I do not know, it is intend to be that, or just a typo

diff -u -r1.10 m_option.h
--- m_option.h	10 Feb 2004 14:32:06 -0000	1.10
+++ m_option.h	23 Oct 2004 21:17:52 -0000
@@ -252,7 +252,7 @@
 inline  static void
 m_option_copy(m_option_t* opt,void* dst, void* src) {
   if(opt->type->copy)
-    opt->type->set(opt,dst,src);
+    opt->type->copy(opt,dst,src);
   else if(opt->type->size > 0)
     memcpy(dst,src,opt->type->size);
 }




		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com




More information about the MPlayer-dev-eng mailing list