$Date: 2005/10/23 11:03:49 $
$Revision: 1.8 $
-- Process instances of classes with no creation clause.
-- (Default: do nothing.)
-- (From ANY)
-- Last video decoder created
-- Create video decoder and initialize it using the data
-- from the file named a_filename. Make resulting video decoder
-- available via last_video_decoder. If the video could not be
-- loaded or the video decoder could not be created raise
-- an exception.
Singleton factory that creates objects of type EM_VIDEO_DECODER.
Use EM_SHARED_VIDEO_DECODER_FACTORY to access this singleton.