Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5051

Modified Files:
        mediainfo.py 
Log Message:
Oops

Index: mediainfo.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/mediainfo.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** mediainfo.py        12 Feb 2004 15:56:58 -0000      1.24
--- mediainfo.py        12 Feb 2004 18:42:44 -0000      1.25
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.25  2004/02/12 18:42:44  dischi
+ # Oops
+ #
  # Revision 1.24  2004/02/12 15:56:58  dischi
  # fix crash
***************
*** 387,391 ****
                      for variable in ('width', 'height', 'length', 'aspect'):
                          if video.has_key(variable) and not \
!                            (info.has_key(variable) and info['variable']):
                              info[variable] = video[variable]
              return info
--- 390,394 ----
                      for variable in ('width', 'height', 'length', 'aspect'):
                          if video.has_key(variable) and not \
!                            (info.has_key(variable) and info[variable]):
                              info[variable] = video[variable]
              return info



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to