In doing this I noticed that FFMPEG in Debian Lenny, Squeeze and Sid no longer use the img_convert function. It seems the new API to use going forward is the swscale API. I've updated IO/vtkFFMPEGWriter.cxx to use the libswscale API for the Debian package:
http://git.debian.org/?p=collab-maint/vtk.git;a=commitdiff;h=59f7243be0d80643f7b92ee14ac1a7eaa7ced192 This may be of value to submit upstream. I expect an upstream patch would need some more careful CMake file editing to be generally useful. But this is a start. Also, I made this change, but have not tested it. I wasn't using VTK with FFMPEG support before, and so I don't have a quick test. Perhaps BUILD_TESTING will include a test for this? -Maitland -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

