[MPlayer-cvslog] r37577 - trunk/etc/codecs.conf
    rtogni 
    subversion at mplayerhq.hu
       
    Wed Dec 30 21:31:35 CET 2015
    
    
  
Author: rtogni
Date: Wed Dec 30 21:31:35 2015
New Revision: 37577
Log:
Fix vima audio files
The correct name for the FFmpeg codec is adpcm_vima
Modified:
   trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed Dec 30 18:12:29 2015	(r37576)
+++ trunk/etc/codecs.conf	Wed Dec 30 21:31:35 2015	(r37577)
@@ -5100,7 +5100,7 @@ audiocodec ffvima
   status working
   fourcc VIMA ; internal MPlayer FourCC
   driver ffmpeg
-  dll vima
+  dll adpcm_vima
 
 audiocodec ffpafaudio
   info "FFmpeg Packed Animation File"
    
    
More information about the MPlayer-cvslog
mailing list