[x264-devel] debug x264vfw under msvc 6.0
Gabriel Bouvigne
gabriel.bouvigne at joost.com
Wed Jul 18 09:13:12 CEST 2007
If if works like debugging audio ACM codecs, here is what you could do:
*Compile in debug mode
*register the freshly compiled encoder, from the place it has been generated (ie don't move the binary). This usually involve either using a .inf file or calling regsrv32.
*Start an as simple as possible application using your filter. I'd suggest using graphedit (in which you should still be able to instert legacy codecs), but you should be able to use anything else.
*attach your debugger to the application process, and insert a breakpoint at a known location
*start encoding from your application
*the breakpoint should now be triggered.
--
Gabriel
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel
More information about the x264-devel
mailing list