From 16df02fd2e5b43013d19eed4891a576f91ceb52e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 9 Aug 2015 13:56:22 +0200 Subject: avcodec/snowenc: Avoid use of deprecated me_method 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 447859f488..a16ca0cd96 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -176,6 +176,7 @@ typedef struct SnowContext{ int memc_only; int no_bitstream; int intra_penalty; + int motion_est; 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