From a0c0900e470fde0d6db360e555620476c2323895 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 27 Apr 2013 22:24:14 +0200 Subject: ffv1dec: Support frame threading with gop > 1 This is about 20-30% faster than slice threading Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ffv1.h') diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 781ddf2..914eb10 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -91,6 +91,7 @@ typedef struct FFV1Context { int flags; int picture_number; ThreadFrame picture, last_picture; + struct FFV1Context *fsrc; AVFrame *cur; int plane_count; -- cgit v1.1