Author: duncan
Date: Thu Dec 21 11:42:56 2006
New Revision: 8754

Modified:
   branches/rel-1-6/freevo/src/video/plugins/mplayer.py

Log:
Silly spelling error\!

Modified: branches/rel-1-6/freevo/src/video/plugins/mplayer.py
==============================================================================
--- branches/rel-1-6/freevo/src/video/plugins/mplayer.py        (original)
+++ branches/rel-1-6/freevo/src/video/plugins/mplayer.py        Thu Dec 21 
11:42:56 2006
@@ -184,9 +184,9 @@
             
         if item.selected_audio:
             if item.mimetype == 'mkv':
-               additionnal_args += [ '-aid', str(item.selected_audio-1) ]
+               additional_args += [ '-aid', str(item.selected_audio-1) ]
             else:
-               additionnal_args += [ '-aid', str(item.selected_audio) ]
+               additional_args += [ '-aid', str(item.selected_audio) ]
 
         if item['deinterlace'] and config.MPLAYER_VF_INTERLACED:
                 additional_args += [ '-vf',  config.MPLAYER_VF_INTERLACED ]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to