summaryrefslogtreecommitdiff
path: root/libavcodec/threadframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/threadframe.h')
-rw-r--r--libavcodec/threadframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/threadframe.h b/libavcodec/threadframe.h
index 100e068e06..d2f93c5cd0 100644
--- a/libavcodec/threadframe.h
+++ b/libavcodec/threadframe.h
@@ -84,4 +84,6 @@ void ff_thread_release_ext_buffer(AVCodecContext *avctx, ThreadFrame *f);
int ff_thread_ref_frame(ThreadFrame *dst, const ThreadFrame *src);
+int ff_thread_can_start_frame(AVCodecContext *avctx);
+
#endif