[FFmpeg-user] avformat_find_stream_info broken recently with multiple threads?

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jan 3 12:44:52 CET 2013


Dennis Volodomanov <volodomanov <at> gmail.com> writes:

> > The mystery is now why does it work here but not when linking
> > the library?
> >
> > Does the following compile with above compilation options?
> > #include<pthread.h>
> > int main(void){ pthread_create(); }

> However, if I change pthread_create() to phread_create(NULL, NULL, NULL, 
> NULL) then it compiles to an .o file without warnings.

But does it also compile to an executable?
(And what does nm say for the object file you 
already created?)

Carl Eugen



More information about the ffmpeg-user mailing list