The application config scrip determines what codecs are local vs.
remote.  The video_copy example builds several different ways, depending
on which config script is used (confusing, I know).
 
In particular, look at how the 'Engine' is configured in the various
.cfg scripts - it'll be populated with codecs... and one of the codec's
config params is 'local:true' or 'local:false'.
 
Keeping this config step _out_ of the app's 'C' code keeps the
application independent of _where_ the codec runs.  This provides the
system integrator with good flexibility to move codecs onto different
processors without modifying the application.
 
Chris


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of maxim maxim
        Sent: Wednesday, February 14, 2007 3:05 PM
        To: Davinci-linux-open-source@linux.davincidsp.com
        Subject: codecs?
        
        
        How i can to know which codecs are local and which remote? The
video copy in examles is local, isn't it? Is the local codec need the
codec server? 

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to