hi pals,
I have add a interface in axvlc.dll. it can flip the image of the vlc.(horizontal or vertical) but when click the button quickly, and it can run well, then I close the IE, IE throw a runtime error. in another way, if I click the button slowly, it can works well. I'm confused about this quertion.
this is my interfave
libvlc_video_Horizontal_flip(), it impletemen the function of updateFilterOptions() and updateFilters, update the config for the transform.
I think the problem maybe has relationship with the input event which is deal with by qt in VLC.exe. but in IE I can't impletement a standard event process.
can you guys know some about this problems or any proposal?
thanks a lot