Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv9208

Modified Files:
        freevo_config.py 
Log Message:
Added audio suffix for wma since they play fine with mplayer; it uses the
ffmpeg version of wma so you don't even need win32 dlls to work. 

Also added AAC files, though Rob should make sure that the runtime includes
libfaad, especially since new Quicktime movies use ffmpeg's SVQ3 codec and
mpeg4 audio so we can play them without using any closed-source codecs.



Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.187
retrieving revision 1.188
diff -C2 -d -r1.187 -r1.188
*** freevo_config.py    29 May 2003 09:33:17 -0000      1.187
--- freevo_config.py    1 Jun 2003 15:56:00 -0000       1.188
***************
*** 394,398 ****
  # are played as audio.
  # 
! SUFFIX_AUDIO_FILES     = [ 'mp3', 'ogg', 'wav','m4a' ,'fxd']
  SUFFIX_AUDIO_PLAYLISTS = [ 'm3u' ]
  
--- 394,398 ----
  # are played as audio.
  # 
! SUFFIX_AUDIO_FILES     = [ 'mp3', 'ogg', 'wav','m4a' ,'fxd', 'wma', 'aac']
  SUFFIX_AUDIO_PLAYLISTS = [ 'm3u' ]
  




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to