Hello all,
This is my first question related to my code.
I have an application in which I encode a video by using x264 encoder. I basically use the libraries and dlls of x264 and call its functions when necessary. When I run it in Debug mode, it works really perfect and fast. However, when I build and run it in Release mode, it slows down. First thing that came into my mind was the compiler options for release mode but I don’t know them in detail. Therefore, I would like you to help me to find the reason causing the delay in my code.
Thank you very much in advance.
↧