]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pthread_slice.c
ffplay: drop lock manager use
[ffmpeg] / libavcodec / pthread_slice.c
index d659f9b0ba8091164df4f047bb7790a64fb6bffc..77cfe3c9f69b75c22f9be9e15e74502ee4c2a38b 100644 (file)
@@ -132,10 +132,6 @@ int ff_slice_thread_init(AVCodecContext *avctx)
     int thread_count = avctx->thread_count;
     static void (*mainfunc)(void *);
 
-#if HAVE_W32THREADS
-    w32thread_init();
-#endif
-
     // We cannot do this in the encoder init as the threads are created before
     if (av_codec_is_encoder(avctx->codec) &&
         avctx->codec_id == AV_CODEC_ID_MPEG1VIDEO &&