reactos/dll/win32/avifil32/avifile.rgs
Colin Finck 950c86fb4c Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
2017-10-06 15:00:36 +02:00

31 lines
1 KiB
Plaintext

HKCR
{
NoRemove CLSID
{
'{00020000-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020001-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020003-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000d-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000f-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
}
NoRemove AVIFile
{
Compressors
{
auds = s '{0002000F-0000-0000-C000-000000000046}'
vids = s '{00020001-0000-0000-C000-000000000046}'
}
Extensions
{
AU = s '{00020003-0000-0000-C000-000000000046}'
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAV = s '{00020003-0000-0000-C000-000000000046}'
}
RIFFHandlers
{
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAVE = s '{00020003-0000-0000-C000-000000000046}'
}
}
}