root/trunk/Plists/ComponentInfo.plist

Revision 677, 1.2 kB (checked in by gbooker, 1 year ago)

Added the AC3 codec to the list

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <array>
5         <dict>
6                 <key>CFBundleIdentifier</key>
7                 <string>org.perian.Perian</string>
8                 <key>HumanReadableName</key>
9                 <string>Perian</string>
10                 <key>obsoletes</key>
11                 <array>
12                         <string>com.theoryllc.FLVComponentBundle</string>
13                         <string>com.DivXInc.DivXDecoder</string>
14                         <string>com.insaneness.XVIDDelegate</string>
15                         <string>org.perian.No.Bundle.ID.OpenDivX</string>
16                         <string>net.aldorande.component.FFusion</string>
17                         <string>com.feelgood.component.FFusion</string>
18                         <string>com.deus.component.FFusion</string>
19                         <string>com.jamby.ffmpeg</string>
20                         <string>com.elgato.mpegsupport</string>
21                         <string>ch.rafz.naegeli.christoph.ff_avi_importer</string>
22                         <string>com.umovimus.matroskaqt</string>
23                         <string>fr.free.magicwb.wmacodec</string>
24                 </array>
25         </dict>
26         <dict>
27                 <key>CFBundleIdentifier</key>
28                 <string>com.shepmater.A52Codec</string>
29                 <key>HumanReadableName</key>
30                 <string>A52Codec</string>
31                 <key>obsoletes</key>
32                 <array>
33                         <string>org.perian.No.Bundle.ID.AC3 Codec</string>
34                 </array>
35         </dict>
36 </array>
37 </plist>
Note: See TracBrowser for help on using the browser.