From 038890740014dc33d2e2f04da7cf0a9da821264e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 26 Nov 2013 14:34:52 +0100 Subject: mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecContext --- libavcodec/mpeg4video.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/mpeg4video.h') diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h index d119ccef80..fdb16be07d 100644 --- a/libavcodec/mpeg4video.h +++ b/libavcodec/mpeg4video.h @@ -76,6 +76,10 @@ typedef struct Mpeg4DecContext { int divx_build; int xvid_build; int lavc_build; + + int cplx_estimation_trash_i; + int cplx_estimation_trash_p; + int cplx_estimation_trash_b; } Mpeg4DecContext; /* dc encoding for mpeg4 */ -- cgit v1.2.3