comparison etc/codecs.conf @ 8283:f73469b47ede

added the working qt audio codecs
author alex
date Mon, 25 Nov 2002 18:05:56 +0000
parents 51ed4c00f15b
children ece4e50c9dde
comparison
equal deleted inserted replaced
8282:b2c8b627d598 8283:f73469b47ede
953 ; quicktime codecs: 953 ; quicktime codecs:
954 954
955 videocodec qtsvq3 955 videocodec qtsvq3
956 info "win32/quicktime SVQ3 decoder" 956 info "win32/quicktime SVQ3 decoder"
957 status untested 957 status untested
958 comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
959 fourcc SVQ3 958 fourcc SVQ3
960 driver qtvideo 959 driver qtvideo
961 dll "QuickTime.qts" 960 dll "QuickTime.qts"
962 out YUY2 961 out YUY2
963 962
1198 ;============================================================================= 1197 ;=============================================================================
1199 1198
1200 audiocodec qdmc 1199 audiocodec qdmc
1201 info "Quicktime QDMC/QDM2 audio decoders" 1200 info "Quicktime QDMC/QDM2 audio decoders"
1202 status working 1201 status working
1203 comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
1204 format 0x324D4451 ; "QDM2" 1202 format 0x324D4451 ; "QDM2"
1205 format 0x434D4451 ; "QDMC" 1203 format 0x434D4451 ; "QDMC"
1204 driver qtaudio
1205 dll "QuickTime.qts"
1206
1207 audiocodec qclp
1208 info "Quicktime QCLP audio decoder"
1209 status working
1210 format 0x706C6351 ; "QCLP"
1211 driver qtaudio
1212 dll "QuickTime.qts"
1213
1214 audiocodec qtmace3
1215 info "Quicktime MACE3 audio decoder"
1216 status working
1217 format 0x3343414D ; "MAC3"
1218 driver qtaudio
1219 dll "QuickTime.qts"
1220
1221 audiocodec qtmace6
1222 info "Quicktime MACE6 audio decoder"
1223 status working
1224 format 0x3643414D ; "MAC6"
1206 driver qtaudio 1225 driver qtaudio
1207 dll "QuickTime.qts" 1226 dll "QuickTime.qts"
1208 1227
1209 audiocodec racook 1228 audiocodec racook
1210 info "RealAudio COOK" 1229 info "RealAudio COOK"