summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 9810047..781ddf2 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -41,6 +41,7 @@
#include "mathops.h"
#include "put_bits.h"
#include "rangecoder.h"
+#include "thread.h"
#ifdef __INTEL_COMPILER
#undef av_flatten
@@ -89,7 +90,7 @@ typedef struct FFV1Context {
int transparency;
int flags;
int picture_number;
- AVFrame picture, last_picture;
+ ThreadFrame picture, last_picture;
AVFrame *cur;
int plane_count;
OpenPOWER on IntegriCloud