From 43af264de8606668c6b2fa7f96c946bdc3dbe072 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 26 Nov 2013 14:30:13 +0100 Subject: mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncContext to Mpeg4DecContext --- libavcodec/mpeg4video.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/mpeg4video.h') diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h index 046ef51275..d119ccef80 100644 --- a/libavcodec/mpeg4video.h +++ b/libavcodec/mpeg4video.h @@ -70,6 +70,12 @@ typedef struct Mpeg4DecContext { int rvlc; ///< could this stream contain resync markers int resync_marker; + + /* bug workarounds */ + int divx_version; + int divx_build; + int xvid_build; + int lavc_build; } Mpeg4DecContext; /* dc encoding for mpeg4 */ -- cgit v1.2.3