Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv2509
Modified Files:
configure.py
Log Message:
make audio selection work for files, too
Index: configure.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/configure.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** configure.py 29 Jun 2003 20:43:30 -0000 1.11
--- configure.py 25 Jul 2003 20:54:29 -0000 1.12
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.12 2003/07/25 20:54:29 dischi
+ # make audio selection work for files, too
+ #
# Revision 1.11 2003/06/29 20:43:30 dischi
# o mmpython support
***************
*** 79,82 ****
--- 82,89 ----
items = []
for a in arg.info['audio']:
+ if not a['id']:
+ a['id'] = arg.info['audio'].index(a) + 1
+ if not a['language']:
+ a['language'] = 'Unknown'
txt = '%s (channels=%s, codec=%s, id=%s)' % (a['language'], a['channels'],
a['codec'], a['id'])
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog