From 4bd99f715de3ea54319d54f848d16186dd00b039 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 24 Jul 2015 20:50:55 +0200 Subject: avcodec/snowenc: Support setting the iterative dia size separately Signed-off-by: Michael Niedermayer --- libavcodec/snow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/snow.h') diff --git a/libavcodec/snow.h b/libavcodec/snow.h index a16ca0cd96..a09b6221e4 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -177,6 +177,7 @@ typedef struct SnowContext{ int no_bitstream; int intra_penalty; int motion_est; + int iterative_dia_size; MpegEncContext m; // needed for motion estimation, should not be used for anything else, the idea is to eventually make the motion estimation independent of MpegEncContext, so this will be removed then (FIXME/XXX) -- cgit v1.2.3