From 3a694b0456d570b60b47c15a7ade5271112d7219 Mon Sep 17 00:00:00 2001 From: Nick Kurshev Date: Mon, 24 Mar 2003 08:52:32 +0000 Subject: [PATCH] binary compatibility fix (workaround for r.147, r.148) Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6977159e96..c8b48c072f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -797,6 +797,10 @@ typedef struct AVCodecContext { */ float dark_masking; + + /* for binary compatibility */ + int unused; + /** * idct algorithm, see FF_IDCT_* below. * - encoding: set by user