]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/thread.h
Employ correct printf format specifiers, mostly in debug output.
[ffmpeg] / libavcodec / thread.h
index e63c10a5e41bfd30ffc5488f3a83df913b4cad11..401c4d25a81dad681700b2726d535b94c6e5dff8 100644 (file)
@@ -108,7 +108,7 @@ int ff_thread_get_buffer(AVCodecContext *avctx, AVFrame *f);
  */
 void ff_thread_release_buffer(AVCodecContext *avctx, AVFrame *f);
 
-int ff_thread_init(AVCodecContext *s, int thread_count);
+int ff_thread_init(AVCodecContext *s);
 void ff_thread_free(AVCodecContext *s);
 
 #endif /* AVCODEC_THREAD_H */