]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/slicethread.c
avformat/hlsenc: flush packets before update split message
[ffmpeg] / libavutil / slicethread.c
index c43f87a2aa4aa4f0fcbb1eba5f7ab8710ee5f9bd..dfbe551ef2062e87286d0d37abcb12e5b975f318 100644 (file)
@@ -99,10 +99,6 @@ int avpriv_slicethread_create(AVSliceThread **pctx, void *priv,
     AVSliceThread *ctx;
     int nb_workers, i;
 
-#if HAVE_W32THREADS
-    w32thread_init();
-#endif
-
     av_assert0(nb_threads >= 0);
     if (!nb_threads) {
         int nb_cpus = av_cpu_count();