El 09/11/15 a las 05:33, Arnaud Carré escribió:
Depends on what framework you are using. If you are using SDL, use SDL_WaitThread on the thread in question.Oh yes that's what I want to acheice! But how can I "join" ffmpeg threads? (Wich public func can I call ?)
If you are using boost, call thread.join(). -- Gonzalo Garramuño [email protected] _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
