Hi,

Starting from “ffmpegReader.cpp” which compiles and installs fine, I want to 
register additional file extension (“mxf”, for instance).


Changing the original line

const Reader::Description ffmpegReader::d("ffmpeg\0", build, test);

to

const Reader::Description ffmpegReader::d("ffmpeg\0mxf\0", build, test);

doesn’t work (no plugin named “mxfReader” found).

Renaming the file “ffmpegReader” to “mxfReader” works but is cumbersome.

Is the description method broken or am I doing something wrong?

Regards,

Vincent

_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to