summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-09 13:56:22 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-09 14:33:31 +0200
commit16df02fd2e5b43013d19eed4891a576f91ceb52e (patch)
tree5ca5911e52192b71be3d6b4d0effc112b69bf4ae /libavcodec/snow.h
parentc64f01227ff6a4f684ff9f042588cbb2e9eb5826 (diff)
avcodec/snowenc: Avoid use of deprecated me_method
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h1
1 files changed, 1 insertions, 0 deletions
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)