[FFmpeg-devel] [RFC/PATCH 6/8] tidsp: add mp4v configuration

Vladimir Pantelic vladoman
Tue Sep 7 08:23:12 CEST 2010


>> +struct td_codec td_mp4v_codec = {
>> +       .uuid = &(const struct dsp_uuid) { 0x7e4b8541, 0x47a1, 0x11d6, 0xb1, 0x56,
>> +               { 0x00, 0xb0, 0xd0, 0x17, 0x67, 0x4b } },
> 
>> +       .filename = DSP_DIR "mp4vdec_sn.dll64P",
> 
> What's the filename for? Init stuff for the codec?

It is the dsp codec binary that will be loaded to decode MPEG4.
dspbridge allows to load and unload codecs at runtime.





More information about the ffmpeg-devel mailing list