Author: dmeyer
Date: Wed Dec  6 15:43:15 2006
New Revision: 2156

Modified:
   trunk/popcorn/src/backends/mplayer/config.cxml

Log:
set default values

Modified: trunk/popcorn/src/backends/mplayer/config.cxml
==============================================================================
--- trunk/popcorn/src/backends/mplayer/config.cxml      (original)
+++ trunk/popcorn/src/backends/mplayer/config.cxml      Wed Dec  6 15:43:15 2006
@@ -18,13 +18,17 @@
         <var name="deinterlace" default="6"/>
     </group>
     <group name="preferred">
-        <var name="extentions" type="str">
+
+        <!-- TODO: find a good default value -->
+        <var name="extentions" default="nuv,rmvb">
             <desc>
                 Comma seperated list of extentions for which this player should
                 be the preferred player.
             </desc>
         </var>
-        <var name="codecs" type="str">
+
+        <!-- TODO: find a good default value -->
+        <var name="codecs" default="AVC1">
             <desc>
                 Comma seperated list of video or audio codecs fourcc codes for
                 which this player should be the preferred player. Use mminfo

-------------------------------------------------------------------------
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