From 69cfe63a43f43207f72fd677c47eafcf58fcfd13 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 27 Apr 2013 22:21:16 +0200 Subject: ffv1: Switch to ThreadFrame Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/ffv1.h') 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; -- cgit v1.1