h4tr3d / avcpp

C++ wrapper for FFmpeg
Other
429 stars 78 forks source link

Debugging the library #97

Closed A2va closed 2 years ago

A2va commented 2 years ago

Hello! I build and install avcpp with success but now I want to develop but I not found how to debug the source code. So how can I debug the library ? And maybe the step to debug/contribute can added to the Readme ?

h4tr3d commented 2 years ago

Hi!

So how can I debug the library?

Yes, like any other software. Use samples and tests as a runnable wrappers, write your own one.

And maybe the step to debug/contribute can added to the Readme?

I see no reasons for it. Just do changes that you need and that maybe useful to others and do GitHub Pull Request. I look into it and Approve or Deny