]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/pthread.c
Merge commit '83fef16b6a8dbbcbd80d159ba3ebe818dbbb2776'
[ffmpeg] / libavfilter / pthread.c
index 567dd4c178c93a01cbfc4fc7f29df8a4b0b8a68c..7e37c73ca34a643e4f43b8e530f07cb3ac358432 100644 (file)
@@ -85,10 +85,6 @@ int ff_graph_thread_init(AVFilterGraph *graph)
 {
     int ret;
 
-#if HAVE_W32THREADS
-    w32thread_init();
-#endif
-
     if (graph->nb_threads == 1) {
         graph->thread_type = 0;
         return 0;