[MPlayer-cvslog] r20246 - trunk/etc/codecs.conf
rtogni
subversion at mplayerhq.hu
Sun Oct 15 19:19:13 CEST 2006
Author: rtogni
Date: Sun Oct 15 19:19:13 2006
New Revision: 20246
Modified:
trunk/etc/codecs.conf
Log:
Support new realaudio codec names
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Sun Oct 15 19:19:13 2006
@@ -2300,6 +2300,13 @@
driver realaud
dll "sipr.so.6.0"
+audiocodec ra10sipr
+ info "RealPlayer 10 RealAudio Sipro"
+ status working
+ format 0x72706973 ; "sipr"
+ driver realaud
+ dll "sipr.so"
+
audiocodec rasiprwin
info "Win32 RealAudio Sipro"
status working
@@ -2321,6 +2328,13 @@
driver realaud
dll "atrc.so.6.0"
+audiocodec ra10atrc
+ info "RealPlayer 10 RealAudio ATRAC3"
+ status working
+ format 0x63727461 ; "atrc"
+ driver realaud
+ dll "atrc.so"
+
audiocodec raatrcwin
info "Win32 RealAudio ATRAC3"
status working
More information about the MPlayer-cvslog
mailing list