diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2003-03-24 08:52:32 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2003-03-24 08:52:32 +0000 |
commit | 3a694b0456d570b60b47c15a7ade5271112d7219 (patch) | |
tree | 07384a0a7c2cba87bfe5130303a9cb20bef75edf /libavcodec/avcodec.h | |
parent | 1984f6359ebaf2856b8254747255d154a2a2fe73 (diff) | |
download | ffmpeg-3a694b0456d570b60b47c15a7ade5271112d7219.tar.gz |
binary compatibility fix (workaround for r.147, r.148)
Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |