looped video: audio stops after first iteration
Brought to you by:
kspes
Hi, I managed to compile the av_player demo with gcc (mingw). Your library is really awesome and I'm truly glad for the work you've done. There is one minor problem though: when a video reaches its end, it stops playing sound. Clicking on the seek bar brings back audio, again, until the end of that iteration. I think the problem is not in the demo code, but in the library itself.
Hmm, I haven't had these problems on my setup, maybe it's something you did with setting up the mingw project? Have you transfered all the preprocessor definitions from the visual studio project? Please try to compile the visual studio project and see if the bug manifests itself there. if not, the problem must be in your mingw setup somewhere?