[mythtv] Subclassing avfdecoder

Isaac Richards ijr at po.cwru.edu
Mon Jan 12 01:32:32 EST 2004


On Sunday 11 January 2004 02:05 pm, Kevin Kuphal wrote:
> Can a decoder register more than one?  I hadn't looked at the code closely
> to see if it would take a list of extensions.  My other thought with
> classes as that if the decoder did need to do anything more than call the
> parent, it could.

It's not really registering anything -- when it chooses a decoder, it just 
calls the supports() function of the decoder, which can do anything it wants 
to decide if it supports the file or not.

Isaac


More information about the mythtv-dev mailing list