[vtk-developers] Problems with Qt and vtkAviWriter

Barth, Sebastian sebastian.barth at iosb.fraunhofer.de
Thu Jul 1 05:40:32 EDT 2010


Hello vtk-developer,

In vtkAviWriter.cxx of VTK 5.6.0:

160    if (!AVISaveOptions(NULL, 0, 
161                        1, &this->Internals->Stream, 
162                        (LPAVICOMPRESSOPTIONS FAR *) &aopts))


The first parameter (NULL) of AVISaveOptions() should be adjustable since VTK does have Qt support.

Otherwise it will lead to this problem:
http://www.vtk.org/pipermail/vtkusers/2010-July/110093.html

What do you say?


Thank you and best regards,

Sebastian Barth



More information about the vtk-developers mailing list