I have a problem associating a fourcc type in an avi file with my directx filter.
I want to be able to double click an avi using my fourcc code and it play in mediaplayer.
It is my understanding that windows first checks the registry for fourcc type registrations. for example:
vids.dvsd -> Microsoft dv decoder
(or something like that)
If it cant find the entry, it goes through each filter looking for one that can handle the media.
Where in the registry is the associations kept?
I want to be able to double click an avi using my fourcc code and it play in mediaplayer.
It is my understanding that windows first checks the registry for fourcc type registrations. for example:
vids.dvsd -> Microsoft dv decoder
(or something like that)
If it cant find the entry, it goes through each filter looking for one that can handle the media.
Where in the registry is the associations kept?