Hi, I'm discovering avifile (0.7.7) since a few days, and I would like to write a small program in order to play an avi inside a QWidget. I took a look at player/*.cpp and samples/misc/benchmark.cpp files and I think I understand (at least in surface) how things are architectured. I managed to write a small program to read an avi (mainly by reusing benchmark.cpp) but it always opens the video in a separate window. My problem is that I would like to play the video in a QWidget of mine. I tried to create the renderer specifying "myWidget->x11Display()" rather than "XOpenDisplay(NULL)" but it still plays the video in an other window.
Is there a simple way (or at least, not too complicated) to do what I want ? I apologize it's not the right place for asking this kind of question ... Adrien. _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
